# 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 = "trait-tactics" version = "0.1.0" description = "Macros that provide common patterns for implementing traits in terms of other traits" readme = "README.md" categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/wleslie/trait-tactics" [dependencies.num-traits] version = "0.2.18" optional = true [dependencies.trait-tactics-macros] version = "0.1.0" [features] num-traits = [ "dep:num-traits", "trait-tactics-macros/num-traits", ]