[package] name = "datum" version = "1.1.0" description = "Terse, human-writable data format." repository = "https://github.com/20kdc/datum/" license = "Unlicense" edition = "2018" metadata = { msrv = "1.54.0" } [features] default = ["std", "detailed_errors"] std = ["alloc"] alloc = [] detailed_errors = [] # This feature is experimental and subject to change without warning. # It is not public API. _experimental = [] # This feature is used for the test suite. # It is not public API. _serde_test_features = ["serde/std", "serde/derive"] [dependencies] serde = { version = "^1.0.0", optional = true, default-features = false }