# 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 = "kmip-ttlv" version = "0.3.5" authors = ["The NLnet Labs RPKI Team "] build = "build.rs" exclude = ["/.github"] description = "KMIP TTLV (de)serialization" documentation = "https://docs.rs/kmip-ttlv/" readme = "README.md" keywords = [ "KMIP", "TTLV", "serde", "serialization", ] categories = [ "cryptography", "data-structures", "encoding", "parser-implementations", ] license = "BSD-3-Clause" repository = "https://github.com/NLnetLabs/kmip-ttlv/" [dependencies.async-std] version = "1.10.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.hex] version = "0.4.3" optional = true [dependencies.maybe-async] version = "0.2.6" [dependencies.serde] version = "1.0.126" optional = true [dependencies.tokio] version = "1.20.3" features = ["full"] optional = true [dependencies.trait-set] version = "0.2.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.chrono] version = "0.4.19" default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.num-bigint] version = "0.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_bytes] version = "0.11.5" [dev-dependencies.serde_derive] version = "1.0.126" [build-dependencies.rustc_version] version = "0.4.0" [features] async-with-async-std = ["async-std"] async-with-tokio = ["tokio"] default = [ "high-level", "sync", ] high-level = [ "hex", "serde", ] sync = ["maybe-async/is_sync"]