# 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" rust-version = "1.56" name = "dupnamegen" version = "0.2.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sequential file name generator." readme = "README.md" keywords = [ "filename", "generator", ] categories = ["filesystem"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/dupnamegen" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "dupnamegen" path = "src/lib.rs" [[test]] name = "batch" path = "tests/batch.rs" [[test]] name = "dashnum" path = "tests/dashnum.rs" [[test]] name = "firefoxlike" path = "tests/firefoxlike.rs" [[test]] name = "winlike" path = "tests/winlike.rs" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [features] serde = ["dep:serde"] [badges.maintenance] status = "experimental" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1