# Copyright (C) 2021 (Lilly Rosaline) # This file is part of GayPK. # # GayPK is non-violent software: you can use, redistribute, # and/or modify it under the terms of the CNPLv7+ as found # in the LICENSE file in the source code root directory or # at . # # GayPK comes with ABSOLUTELY NO WARRANTY, to the extent # permitted by applicable law. See LICENSE.md for details. [package] name = "gaypk" description = "GayBSD Package Manager" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] meowhash = "0.3.0" clap = { version = "3.0.14", features = ["derive"] } reqwest = "0.11.9" sled = "0.34.7" toml = "0.5.8" serde_derive = "1.0.136" serde = "1.0.136" futures = "0.3.21" [profile.release] strip = true opt-level = "z" lto = true