# 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-depsize" version = "1.0.3" authors = ["Seok Won Choi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust cargo utility that calculates and displays the total size of each dependency in your Rust project." readme = "README.md" categories = [ "development-tools::cargo-plugins", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/Alfex4936/cargo-depsize" [[bin]] name = "cargo-depsize" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo] version = "0.83" [dependencies.ignore] version = "0.4.22" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"]