aviary-cli/Cargo.toml

36 lines
697 B
TOML

[package]
name = "aviary-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1.8"
argh_derive = "0.1.8"
webp = "0.2.2"
itertools = "0.10.3"
blurhash = "0.1.1"
base64 = "0.13.0"
mime = "0.3.16"
protobuf = "3.1.0"
sanitise-file-name = "1.0.0"
[dependencies.iota-crypto]
version = "0.13.0"
features = ["aes", "random"]
[dependencies.ureq]
version = "2.5.0"
default-features = false
features = ["tls"]
[dependencies.image]
version = "0.24.3"
default-features = false
features = ["gif", "jpeg", "ico", "png", "tiff", "webp", "bmp", "hdr"]
[profile.release]
lto = true
codegen-units = 1