# 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" version = "0.16.0" authors = ["Blockchain Commons"] description = "Deterministic CBOR (\"dCBOR\") for Rust." documentation = "https://docs.rs/dcbor" readme = "README.md" keywords = [ "encoding", "cbor", "binary", "format", "serialization", ] categories = [ "data-structures", "encoding", "no-std", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/BlockchainCommons/bc-dcbor-rust" [dependencies.anyhow] version = "^1.0.0" default-features = false [dependencies.chrono] version = "^0.4.28" default-features = true [dependencies.half] version = "=2.2.1" default-features = false [dependencies.hashbrown] version = "^0.14.3" optional = true [dependencies.hex] version = "^0.4.3" default-features = true [dependencies.spin] version = "0.9.8" optional = true [dependencies.thiserror] version = "^1.0.58" optional = true [dependencies.thiserror-no-std] version = "^2.0.2" optional = true [dependencies.unicode-normalization] version = "^0.1.22" default-features = false [dev-dependencies.hex-literal] version = "^0.4.1" [dev-dependencies.indoc] version = "^2.0.0" [dev-dependencies.version-sync] version = "^0.9.0" [features] default = ["std"] multithreaded = [] no_std = [ "hashbrown", "thiserror-no-std", "spin", ] std = [ "half/std", "chrono/std", "hex/std", "anyhow/std", "thiserror", ]