# 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 = "dcbor-cli" version = "0.5.2" authors = ["Blockchain Commons"] description = "Command line parser/validator for deterministic CBOR (\"dCBOR\")." readme = "README.md" keywords = [ "encoding", "cbor", "binary", "format", "serialization", ] categories = [ "data-structures", "encoding", "command-line-utilities", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/BlockchainCommons/bc-dcbor-cli" [[bin]] name = "dcbor" path = "src/main.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "^4.0.0" features = ["derive"] [dependencies.dcbor] version = "^0.16.0" [dev-dependencies.indoc] version = "^2.0.0"