# 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 = "packs-rs" version = "0.1.0" description = "TODO" readme = "README.md" license = "MIT" [profile.release] debug = true [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.clap_derive] version = "4.2.0" [dependencies.error-stack] version = "0.3.1" [dependencies.glob-match] version = "0.2.1" [dependencies.itertools] version = "0.10.5" [dependencies.jwalk] version = "0.8.1" [dependencies.path-clean] version = "1.0.1" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_yaml] version = "0.9.19" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.predicates] version = "3.0.2" [dev-dependencies.rusty-hook] version = "^0.11.2"