# 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 = "2018" name = "json2cbor" version = "2.0.0" authors = ["Tim Hutt "] description = "Convert JSON to CBOR" readme = "README.md" license = "0BSD" repository = "https://github.com/Timmmm/json2cbor" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.serde] version = "1.0" [dependencies.serde-transcode] version = "1.1" [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0"