# 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 = "merde_json_types" version = "2.2.3" authors = ["Amos Wenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper types for merde_json that implement serialization/deserialization" readme = "README.md" keywords = [ "json", "serialization", "deserialization", "jiter", "merde", ] categories = [ "encoding", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/bearcove/merde_json" [lib] name = "merde_json_types" path = "src/lib.rs" [dependencies.merde_json] version = "2.4.1" optional = true [dependencies.time] version = "0.3.36" optional = true [dev-dependencies.merde_json] version = "2.4.1" [dev-dependencies.time] version = "0.3.36" features = ["macros"] [features] default = [] full = [ "merde_json", "time-serialize", "time-deserialize", ] merde_json = ["dep:merde_json"] time-deserialize = [ "time-types", "time/parsing", ] time-serialize = [ "time-types", "time/formatting", ] time-types = ["dep:time"]