# 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 = "extension-traits" version = "2.0.0" authors = ["Daniel Henry-Mantilla "] description = "Annotation to easily define ad-hoc / one-shot extension traits" documentation = "https://docs.rs/ext-trait" readme = "README.md" keywords = [ "extension", "trait", "custom", "method", "impl", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/ext-trait.rs" [package.metadata.docs.rs] all-features = true [dependencies.ext-trait] version = "2.0.0" [features] better-docs = []