# 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 = "provenance-rs" version = "0.3.0" authors = ["beyarkay"] description = "A history-of-ownership protocol for securely proving where a document came from." homepage = "https://github.com/beyarkay/provenance-rs" documentation = "https://docs.rs/provenance-rs" readme = "README.md" keywords = [ "protocol", "cryptography", "encoding", "decoding", "metadata", ] categories = [ "cryptography", "encoding", "multimedia", ] license = "MIT" repository = "https://github.com/beyarkay/provenance-rs" [lib] name = "provenance_rs" path = "src/lib.rs" [[bin]] name = "pvnc" path = "src/cli.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.clap_derive] version = "4.5.3" [dependencies.colored] version = "2.1.0" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.kamadak-exif] version = "0.5.5" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.26" features = [ "json", "blocking", "serde_json", ] [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.57"