# 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 = "cbor-diag" version = "0.1.12" description = """ A crate for parsing data encoded in [Concise Binary Object Representation (CBOR)](https://cbor.io) (in any of raw binary, hex encoded (with comments) or diagnostic notation) then printing it out in either annotated hex form or diagnostic notation. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nullus157/cbor-diag-rs" [dependencies.bs58] version = "0.5.0" features = ["alloc"] default-features = false [dependencies.chrono] version = "0.4.22" features = ["alloc"] default-features = false [dependencies.data-encoding] version = "2.3.2" features = ["alloc"] default-features = false [dependencies.half] version = "2.1.0" default-features = false [dependencies.nom] version = "7.1.3" features = ["std"] default-features = false [dependencies.num-bigint] version = "0.4.3" features = ["std"] default-features = false [dependencies.num-rational] version = "0.4.1" features = ["num-bigint"] default-features = false [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.separator] version = "0.4.1" default-features = false [dependencies.url] version = "2.3.1" default-features = false [dependencies.uuid] version = "1.1.2" default-features = false [dev-dependencies.data-encoding-macro] version = "0.1.12" default-features = false [dev-dependencies.indoc] version = "2.0.1" default-features = false [dev-dependencies.pretty_assertions] version = "1.3.0" features = ["std"] default-features = false [dev-dependencies.proptest] version = "1.0.0" features = ["std"] default-features = false