# 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" rust-version = "1.65" name = "serde_klv" version = "0.3.0" authors = ["FUJINAKA Fumiya "] exclude = [ ".github", "Makefile", ] description = "KLV data format for Serde" readme = "README.md" keywords = [ "klv", "serde", "serialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/uzuna/serde-klv" [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.4.3" [dependencies.crc] version = "3.0.0" [dependencies.serde] version = "1.0.149" [dev-dependencies.chrono] version = "0.4.22" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.149" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11.7" [features] default = [] uasdls = [] unstable = []