# 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 = "2018" name = "neodyn_xc" version = "0.4.0" authors = ["Árpád Goretity "] description = "Neodyn Exchange is the serialization format for the Neodyn database engine" homepage = "https://h2co3.github.io/neodyn/" documentation = "https://docs.rs/neodyn_xc" readme = "README.md" keywords = ["database", "serialization", "databases", "nosql", "json"] categories = ["encoding", "database", "database-implementations", "parser-implementations", "data-structures"] license = "MIT" repository = "https://github.com/H2CO3/neodyn.git" [dependencies.backtrace] version = "0.3.65" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.19" features = ["serde"] optional = true [dependencies.ordered-float] version = "3.0.0" [dependencies.quickcheck] version = "1.0.3" optional = true [dependencies.serde] version = "1.0.138" [dependencies.serde_derive] version = "1.0.138" [dependencies.serde_json] version = "1.0.82" optional = true [dependencies.typemap] version = "0.3.3" [dependencies.unicode-segmentation] version = "1.9.0" [dependencies.unicode-xid] version = "0.2.3" [dependencies.uuid] version = "1.1.2" features = ["v4", "serde"] optional = true [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8.5" [features] full = ["serde_json", "chrono", "uuid", "quickcheck"]