# 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 = "ndata" version = "0.3.10" description = "Thread-safe, self-owned JSON-like data with manual garbage collection." homepage = "https://github.com/mraiser/ndata" documentation = "https://docs.rs/ndata/latest/ndata/" readme = "README.md" license = "MIT" repository = "https://github.com/mraiser/ndata" [lib] name = "ndata" path = "src/ndata.rs" [dependencies.serde_json] version = "1.0.111" optional = true [features] mirror = [] serde_support = ["serde_json"]