# 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 = "serde_encom" version = "0.3.2" authors = ["Dmitry Rodionov "] description = "Official EnCom library" homepage = "https://github.com/RoDmitry/serde_encom" readme = "README.md" keywords = [ "encom", "serde", "serialization", "json", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RoDmitry/serde_encom" [lib] name = "serde_encom" path = "src/lib.rs" [dependencies.atoi_simd] version = "0.15" [dependencies.indexmap] version = "2" optional = true [dependencies.itoa] version = "1" [dependencies.ryu] version = "1" [dependencies.serde] version = "1.0" default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [features] alloc = ["serde/alloc"] default = ["std"] preserve_order = [ "indexmap", "std", ] std = [ "serde/std", "atoi_simd/std", ]