# 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.70" name = "crev-common" version = "0.25.4" authors = [ "Dawid Ciężarkiewicz ", "Kornel Lesiński ", ] include = [ "src/**", "Cargo.toml", "README.md", "LICENSE-MIT", ] description = "Scalable, social, Code REView system that we desperately need - common code" documentation = "https://docs.rs/crev-lib" readme = "README.md" keywords = [ "code", "review", "trust", "distributed", ] license = "MPL-2.0 OR MIT OR Apache-2.0" repository = "https://github.com/crev-dev/cargo-crev" [package.metadata.release] shared-version = true [dependencies.base64] version = "0.13" [dependencies.blake2] version = "0.10.6" [dependencies.chrono] version = "0.4.28" features = [ "std", "clock", ] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rprompt] version = "2.0.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.shell-escape] version = "0.1.5" [dependencies.thiserror] version = "1.0.47"