# 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 = "cadom" version = "0.4.5" authors = ["Artyom Sakharilenko "] description = "Some error-processing helpers for Rust" readme = "README.md" keywords = [ "error", "thiserror", "anyhow", "utils", "error-management", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/kryvashek/cadom" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "staticlib", "rlib", ] [dependencies.cubob] version = "1.3.2" [dependencies.schemars] version = "0.8" features = ["preserve_order"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.thiserror] version = "1" [features] all = [ "serde", "schema", ] default = [] schema = [ "serde", "schemars", ]