# 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 = "datum" version = "1.1.0" description = "Terse, human-writable data format." readme = "README.md" license = "Unlicense" repository = "https://github.com/20kdc/datum/" [package.metadata] msrv = "1.54.0" [dependencies.serde] version = "^1.0.0" optional = true default-features = false [features] _experimental = [] _serde_test_features = [ "serde/std", "serde/derive", ] alloc = [] default = [ "std", "detailed_errors", ] detailed_errors = [] std = ["alloc"]