# 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-lite" version = "0.5.0" authors = ["Ondrej Perutka "] description = "A general-purpose serialization/de-serialization library" documentation = "https://docs.rs/serde-lite/" readme = "README.md" keywords = [ "api", "serde", "serialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/operutka/serde-lite" [dependencies.indexmap] version = "2" optional = true [dependencies.serde] version = "1" features = ["std"] default-features = false [dependencies.serde-lite-derive] version = "=0.5.0" optional = true [dev-dependencies.serde_json] version = "1" [features] default = [] derive = ["serde-lite-derive"] preserve-order = ["indexmap"]