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