[package] name = "fivim-rs-commands" description = "Rust commands for fivim." version = "1.2.1" authors = ["newproplus "] homepage = "https://github.com/fivim/fivim-rs-commands" repository = "https://github.com/fivim/fivim-rs-commands" edition = "2021" license-file = "LICENSE" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] [dependencies] anyhow = "1.0" base64 = "0.21" chrono = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" fivim-rs-encrypt = "1.0" fivim-rs-utils = "1.2.2" [features]