# 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" rust-version = "1.76.0" name = "un-pack" version = "0.1.1" authors = ["Lev Ostatnigrosh "] exclude = ["/benchmarks/*"] description = "Unpack is a simple, fast and user-friendly tool to analyze python project packaging." homepage = "https://github.com/bnkc/unpack" readme = "README.md" keywords = [ "python", "unpack", "dependency", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bnkc/unpack" [dependencies.anyhow] version = "1.0.80" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.4.18" features = [ "suggestions", "color", "wrap_help", "cargo", "derive", ] [dependencies.fs_extra] version = "1.3.0" [dependencies.glob] version = "0.3.1" [dependencies.ignore] version = "0.4.22" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.rustpython-ast] version = "0.3.0" features = ["visitor"] [dependencies.rustpython-parser] version = "0.3.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "=1.0.1" [dependencies.tabled] version = "0.15.0" [dependencies.tempfile] version = "3.10.1" [dependencies.toml] version = "0.8.10" [dependencies.toml_edit] version = "0.22.9" [dependencies.walkdir] version = "2.5.0"