# 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" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reproducible software identity and fine-grained build dependency tracking." 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" [lib] name = "omnibor" crate-type = [ "lib", "staticlib", "cdylib", ] path = "src/lib.rs" [dependencies.gitoid] version = "0.8.0" features = [ "async", "hex", "rustcrypto", "sha256", "std", "url", ] default-features = false [dependencies.pathbuf] version = "1.0.0" [dependencies.serde] version = "1.0.197" optional = true [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.36.0" features = ["io-util"] [dependencies.url] version = "2.5.0" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.digest] version = "0.10.7" [dev-dependencies.pathbuf] version = "1.0.0" [dev-dependencies.serde_test] version = "1.0.176" [dev-dependencies.tokio] version = "1.36.0" features = [ "io-util", "fs", ] [dev-dependencies.tokio-test] version = "0.4.3" [features] serde = [ "dep:serde", "gitoid/serde", ]