# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "format_serde_error" version = "0.3.0" authors = ["Alexander Thaller "] description = "Serde error messages for humans." homepage = "https://github.com/AlexanderThaller/format_serde_error" documentation = "https://docs.rs/format_serde_error/" readme = "README.md" keywords = ["serde", "error", "formatting"] categories = ["command-line-interface", "value-formatting"] license = "MIT" repository = "https://github.com/AlexanderThaller/format_serde_error" [package.metadata.docs.rs] all-features = true [[example]] name = "serde_yaml" required-features = ["serde_yaml"] [[example]] name = "serde_yaml_long" required-features = ["serde_yaml"] [[example]] name = "serde_json" required-features = ["serde_json"] [[example]] name = "serde_json_long" required-features = ["serde_json"] [dependencies.colored] version = "2" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.unicode-segmentation] version = "1" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.pretty_assertions] version = "0.7" [features] default = ["serde_yaml", "serde_json", "colored", "graphemes_support"] graphemes_support = ["unicode-segmentation"]