# 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 = "2021" name = "type-toppings" version = "0.2.1" authors = ["Asger Juul Brunshøj "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Opinionated extensions to standard types" readme = "README.md" license = "MIT" repository = "https://github.com/plul/type-toppings" [package.metadata.docs.rs] features = ["full"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "type_toppings" path = "src/lib.rs" [dependencies.error_reporter] version = "1" optional = true [dependencies.futures] version = "0.3.28" optional = true [dev-dependencies.derive_more] version = "1" features = [ "error", "display", "from", ] [features] default = [] full = [ "iterator", "result", "stream", ] iterator = [] result = ["error_reporter"] stream = ["futures"] [lints.rust] missing_debug_implementations = "warn" missing_docs = "deny" [lints.rust.future_incompatible] level = "deny" priority = -1 [lints.rust.nonstandard_style] level = "deny" priority = -1 [lints.rust.rust_2018_idioms] level = "deny" priority = -1