# 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 = "cbor-data" version = "0.8.17" authors = ["Roland Kuhn "] description = "A library for using CBOR as in-memory representation for working with dynamically shaped data" homepage = "https://crates.io/crates/cbor-data" documentation = "https://docs.rs/cbor_data" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Actyx/cbor-data" [profile.bench] lto = false [profile.release] debug = 0 [lib] crate-type = ["rlib"] [[bench]] name = "bench" harness = false [dependencies.base64] version = "0.13.0" [dependencies.cbor-data-derive] version = "=0.8.15" optional = true [dependencies.chrono] version = "0.4.19" optional = true [dependencies.half] version = "1.6.0" [dependencies.libipld14] version = "0.14" features = ["dag-cbor"] optional = true default-features = false package = "libipld" [dependencies.smallvec] version = "1.6.1" features = [ "const_generics", "write", ] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_cbor] version = "0.11.1" [dev-dependencies.serde_json] version = "1" [features] derive = ["dep:cbor-data-derive"] rfc3339 = ["chrono"]