# 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 = "depth" version = "0.0.4" authors = ["Mahmoud Harmouch "] description = "Visualize crate.io dependencies as a Tree ├──." documentation = "https://docs.rs/depth/" readme = "README.md" keywords = [ "depth", "tree", "cargo", "crate", ] license = "MIT" repository = "https://github.com/wiseaidev/depth" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.crates_io_api] version = "0.8.2" [dependencies.petgraph] version = "0.6.4" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.toml] version = "0.8.8"