# 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-data" 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 - data types library" documentation = "https://docs.rs/crev-lib" readme = "README.md" keywords = [ "code", "peer", "review", "verification", "dependencies", ] 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_data" path = "src/lib.rs" [dependencies.chrono] version = "0.4.28" features = [ "std", "clock", ] default-features = false [dependencies.crev-common] version = "0.26.1" [dependencies.derive_builder] version = "0.20.0" [dependencies.ed25519-dalek] version = "2.1" features = ["rand_core"] [dependencies.rand] version = "0.8.5" [dependencies.semver] version = "1.0.18" features = ["serde"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "2.0" [dependencies.typed-builder] version = "0.20"