# 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.71.1" name = "knope" version = "0.18.1" authors = ["Dylan Anthony "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool for automating common development tasks" homepage = "https://knope.tech" documentation = "https://knope.tech" readme = "README.md" keywords = [ "semantic-version", "changelog", "changeset", "git", "github", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/knope-dev/knope" [[bin]] name = "knope" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.changesets] version = "0.3.0" [dependencies.clap] version = "4.5.4" features = [ "cargo", "string", "env", ] [dependencies.datta] version = "0.1.1" [dependencies.execute] version = "0.2.13" [dependencies.git2] version = "0.19.0" default-features = false [dependencies.gix] version = "0.66.0" features = ["max-performance-safe"] default-features = false [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.inquire] version = "0.7.5" features = ["crossterm"] default-features = false [dependencies.itertools] version = "0.13.0" [dependencies.knope-config] version = "0.2.0" [dependencies.knope-versioning] version = "0.3.0" features = ["miette"] [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.platform-dirs] version = "0.3.0" [dependencies.relative-path] version = "1.9.3" features = ["serde"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.59" [dependencies.toml] version = "0.8.12" [dependencies.toml_edit] version = "0.22.20" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] default-features = false [dependencies.ureq] version = "2.9.6" features = ["json"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.snapbox] version = "0.6.0" features = ["path"] [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.time] version = "0.3.36" [lints.clippy] exit = "deny" expect_used = "deny" indexing_slicing = "deny" missing_panics_doc = "forbid" multiple_crate_versions = "allow" panic = "deny" print_stderr = "deny" print_stdout = "deny" todo = "deny" unimplemented = "deny" unwrap_used = "deny" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unsafe_code = "forbid" warnings = "deny"