# 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 = "dlhn" version = "0.1.7" authors = ["Shogo Otake "] description = "DLHN is a blazing fast and small data serialization format." readme = "README.md" keywords = [ "dlhn", "serde", "serialization", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/otake84/dlhn" resolver = "1" [[bench]] name = "ser" harness = false [[bench]] name = "de" harness = false [[bench]] name = "body" harness = false [[bench]] name = "date" harness = false [[bench]] name = "date_time" harness = false [[bench]] name = "derive_serialize_header" harness = false [dependencies.bigdecimal] version = "0.3.0" optional = true [dependencies.dlhn_derive] version = "0.1.1" optional = true [dependencies.num-bigint] version = "0.4.2" optional = true [dependencies.num-traits] version = "0.2.14" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.time] version = "0.3.2" optional = true [dev-dependencies.iai] version = "0.1.1" [features] default = [ "time", "num-traits", "num-bigint", "bigdecimal", "dlhn_derive", ]