# 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 = "corrator" version = "1.4.0" description = "A tool to verify the versions of apps used inside docker containers." homepage = "https://github.com/natecox/corrator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/natecox/corrator" [dependencies.bonsaidb] version = "~0.5" features = ["local"] [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.jsonschema] version = "0.20.0" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_regex] version = "1.1.0" [dependencies.shellexpand] version = "3.0.0" [dependencies.toml] version = "~0.8"