# 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 = "parametrized" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supply useful iterating methods for user-defined types which are parametrized by type parameters" readme = "README.md" categories = [ "data-structures", "no-std::no-alloc", "rust-patterns", ] license = "MIT" repository = "https://github.com/yasuo-ozu/parametrized" [lib] name = "parametrized" path = "lib.rs" [[test]] name = "flatten_bug" path = "tests/flatten_bug.rs" [[test]] name = "recursive" path = "tests/recursive.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "test_enum" path = "tests/test_enum.rs" [dependencies.parametrized-macro] version = "0.1.5" [dependencies.sumtype] version = "0.2.4" [features] large-tuples = []