[package] name = "cargo-r3" version = "0.1.0" edition = "2021" authors = ["v1xingyue "] description = "One cargo plugin help build rustweb3 apps." license = "MIT OR Apache-2.0" homepage = "https://github.com/rustweb3/cargo-r3" repository = "https://github.com/rustweb3/cargo-r3.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ansi_term = "0.12.1" anyhow = "1.0.86" chrono = "0.4.38" clap = { version = "4.5.7", features = ["derive","help"] } dirs = "5.0.1" env_logger = "0.11.3" log = "0.4.21" serde = { version = "1.0.203", features = ["derive"] } tokio = { version = "1.38.0", features = ["full"] } toml = "0.8.14"