# 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.77" name = "crev-wot" version = "0.26.1" authors = [ "Dawid Ciężarkiewicz ", "Kornel Lesiński ", ] build = false include = [ "src/**", "Cargo.toml", "README.md", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Scalable, social, Code REView system that we desperately need - Web of Trust library" homepage = "https://github.com/crev-dev/cargo-crev" documentation = "https://docs.rs/cargo-crev" readme = "README.md" keywords = [ "web-of-trust", "dependency", "peer", "review", "identity", ] license = "MPL-2.0 OR MIT OR Apache-2.0" repository = "https://github.com/crev-dev/cargo-crev" [package.metadata.release] shared-version = true [lib] name = "crev_wot" path = "src/lib.rs" [dependencies.blake2] version = "0.10.6" [dependencies.chrono] version = "0.4.28" features = [ "std", "clock", ] default-features = false [dependencies.crev-common] version = "0.26.1" [dependencies.crev-data] version = "0.26.1" [dependencies.default] version = "0.1.2" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "2.0"