# 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 = "depit-cli" version = "0.2.2" authors = ["Roman Volosatovs"] description = "WIT dependency manager" readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/rvolosatovs/depit" [dependencies.anyhow] version = "1" features = ["std"] default-features = false [dependencies.camino] version = "1" default-features = false [dependencies.clap] version = "4" features = [ "std", "color", "help", "usage", "error-context", "suggestions", "derive", ] default-features = false [dependencies.depit] version = "0.2" [dependencies.tokio] version = "1" features = [ "io-std", "fs", "macros", "rt-multi-thread", ] default-features = false [dependencies.tokio-util] version = "0.7" features = ["compat"] default-features = false [dependencies.toml] version = "0.7" features = [ "display", "parse", ] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", "json", "std", ] default-features = false [dev-dependencies.wit-bindgen] version = "0.4" features = ["default"] default-features = false [badges.maintenance] status = "actively-developed"