# 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.65.0" name = "roman-numerals-rs" version = "2.0.0" authors = ["Adam Turner"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Manipulate well-formed Roman numerals" readme = "README.md" keywords = [ "roman", "numerals", "roman-numerals", ] categories = ["text-processing"] license = "0BSD OR CC0-1.0" repository = "https://github.com/AA-Turner/roman-numerals/" [profile.dev] lto = "off" panic = "unwind" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "roman_numerals_rs" path = "src/lib.rs" [dependencies] [lints.clippy] doc_markdown = "allow" missing_errors_doc = "allow" separated_literal_suffix = "allow" unseparated_literal_suffix = "deny" [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1