# 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 = "omnibor-cli" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "omnibor" description = "CLI for working with OmniBOR Identifiers and Manifests" homepage = "https://omnibor.io" readme = "README.md" keywords = [ "gitbom", "omnibor", "sbom", ] categories = [ "cryptography", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/omnibor/omnibor-rs" [[bin]] name = "omnibor" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.async-walkdir] version = "1.0.0" [dependencies.clap] version = "4.5.1" features = [ "derive", "env", "wrap_help", ] [dependencies.dirs] version = "5.0.1" [dependencies.futures-lite] version = "2.2.0" [dependencies.omnibor] version = "0.6.0" [dependencies.pathbuf] version = "1.0.0" [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = [ "fs", "io-std", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.0"