# 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.74" name = "keep_a_changelog_file" version = "0.1.0" exclude = [ ".idea", ".github", ".editorconfig", ] description = "Read and write changelog files using the Keep a Changelog format" readme = "README.md" keywords = [ "keep-a-changelog", "changelog", "serialize", "deserialize", ] categories = [ "parser-implementations", "parsing", ] license = "Apache-2.0" repository = "https://github.com/heroku/keep_a_changelog" [dependencies.chrono] version = "0.4" [dependencies.indexmap] version = "2" [dependencies.lazy_static] version = "1" [dependencies.markdown] version = "=1.0.0-alpha.17" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dependencies.thiserror] version = "1" [dependencies.uriparse] version = "0.6" [lints.clippy] enum_variant_names = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" panic_in_result_fn = "warn" unwrap_used = "warn" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused_crate_dependencies = "warn"