# 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-feature-tree" version = "0.2.2" authors = ["Berend Sliedrecht (blu3beri) blu3beri@proton.me"] description = "cargo feature-tree shows your features, and what they expand to, in a tree-like format" homepage = "https://github.com/blu3beri/cargo-feature-tree" documentation = "https://github.com/blu3beri/cargo-feature-tree" readme = "README.md" license = "MIT" repository = "https://github.com/blu3beri/cargo-feature-tree" [dependencies.cargo_toml] version = "0.15.3" [dependencies.termtree] version = "0.4.1"