# 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_plain2" version = "0.1.0" authors = ["0xJWLabs <0xJWLabs@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fork of serde_plain. A restricted plain text serializer for serde" homepage = "https://docs.rs/serde_plain2" documentation = "https://docs.rs/serde_plain2" readme = "README.md" keywords = [ "serde", "serialization", "from_str", "display", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/0xJWLabs/serde-plain2" [lib] name = "serde_plain2" path = "src/lib.rs" [[test]] name = "test_de" path = "tests/test_de.rs" [[test]] name = "test_macros" path = "tests/test_macros.rs" [[test]] name = "test_ser" path = "tests/test_ser.rs" [dependencies.serde] version = "1.0.215" [dependencies.thiserror] version = "2.0.4" [dev-dependencies.serde_derive] version = "1.0.215"