# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mstickereditor" version = "0.3.6" include = [ "/src/**/*.rs", "/LICENSE", "/README.md", ] description = "import sticker packs from telegram, to be used at the Maunium sticker picker for Matrix" readme = "README.md" keywords = [ "matrix", "sticker", "stickerpicker", "chat", "messaging", ] license = "Apache-2.0" repository = "https://github.com/LuckyTurtleDev/mstickereditor" resolver = "1" [package.metadata.cargo-all-features] denylist = ["ffmpeg-build"] [profile.release] opt-level = 3 lto = true [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.clap_complete] version = "3.0" [dependencies.directories] version = "5.0.1" [dependencies.log] version = "0.4.20" [dependencies.mstickerlib] version = "0.3.0" features = ["log"] default-features = false [dependencies.my-env-logger-style] version = "0.2.0" default-features = false [dependencies.once_cell] version = "1.8" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.2" [dependencies.tokio] version = "1.21" features = [ "rt-multi-thread", "fs", "rt", "macros", ] default-features = false [dependencies.toml] version = "0.1" package = "basic-toml" [dependencies.url] version = "2.2" [features] default = [ "ffmpeg", "lottie", ] ffmpeg = ["mstickerlib/ffmpeg"] ffmpeg-build = [ "ffmpeg", "mstickerlib/ffmpeg-build", ] lottie = ["mstickerlib/lottie"] [lints.rust] async_fn_in_trait = "allow"