# 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 = "top-type-sizes" version = "0.2.0" authors = ["Paul Loyd "] description = "Makes -Zprint-type-size more useful" readme = "README.md" keywords = [ "profiling", "print-type-size", ] categories = [ "command-line-utilities", "development-tools", "development-tools::profiling", ] license = "MIT OR Apache-2.0" repository = "https://github.com/loyd/top-type-sizes" [dependencies.eyre] version = "0.6.8" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dev-dependencies.insta] version = "1.39.0" features = ["yaml"]