# 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 = "portmanteau" version = "0.2.2" authors = ["alpha-tango-kilo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to create portmanteaux" homepage = "https://codeberg.org/alpha-tango-kilo/portmanteau-rs" documentation = "https://docs.rs/portmanteau/" readme = "README.md" categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/alpha-tango-kilo/portmanteau-rs" [lib] name = "portmanteau" path = "src/lib.rs" bench = false [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.smallvec] version = "1.6" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.csv] version = "1.1"