# 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 = "cargo-odeps" version = "0.1.8" authors = ["root@i01.io"] description = "Easy manage rust crate deps by `cargo odeps`." documentation = "https://github.com/light4/cargo-odeps" readme = "README.md" keywords = [ "cargo", "odeps", "subcommand", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/light4/cargo-odeps" [profile.release] lto = "thin" codegen-units = 4 strip = "debuginfo" [dependencies.clap] version = "4.3" features = [ "std", "help", "usage", "derive", "error-context", ] default-features = false [dependencies.color-eyre] version = "0.6" [dependencies.json] version = "0.12" [dependencies.semver] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.ureq] version = "2.7" [dependencies.xshell] version = "0.2"