# 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 = "one_err" version = "0.0.8" authors = ["neonphog "] description = "OneErr to rule them all" documentation = "https://docs.rs/one_err" readme = "README.md" keywords = ["error"] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/neonphog/one_err" [dependencies.indexmap] version = "1.9.1" optional = true [dependencies.libc] version = "0.2.132" default-features = false [dependencies.serde] version = "1" default-features = false [dependencies.serde_json] version = "1" default-features = false [dev-dependencies] [features] alloc = [ "serde/alloc", "serde_json/alloc", ] default = [ "std", "preserve_order", ] preserve_order = [ "indexmap", "serde_json/preserve_order", ] std = [ "libc/std", "serde/std", "serde_json/std", ]