# 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 = "rjship" version = "0.3.3" authors = [ "Andy ", "Vero ", ] description = "A collection of tools for working with the JSend specification, written in Rust." documentation = "https://docs.rs/rjship/latest/rjship" readme = "README.md" keywords = [ "jship", "encoding", "json", "serialization", "deserialization", ] categories = [ "web-programming", "encoding", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/veronoicc/rjship" [package.metadata] msrv = "1.56.0" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.*" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.*" default-features = false [features] alloc = ["serde_json/alloc"] arbitrary_precision = ["serde_json/arbitrary_precision"] default = ["std"] float_roundtrip = ["serde_json/float_roundtrip"] preserve_order = ["serde_json/preserve_order"] rc = ["serde/rc"] std = ["alloc"] unbounded_depth = ["serde_json/unbounded_depth"]