# 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.80.0" name = "slumber" version = "2.3.0" authors = ["Lucas Pickering "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal-based HTTP client" homepage = "https://slumber.lucaspickering.me" readme = "README.md" keywords = [ "rest", "http", "terminal", "tui", ] license = "MIT" repository = "https://github.com/LucasPickering/slumber" [package.metadata.release] pre-release-hook = [ "./demo.sh", "--check", ] [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = """ ## [Unreleased] - ReleaseDate ## [{{version}}] - {{date}}""" search = '## \[Unreleased\] - ReleaseDate' [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "slumber" path = "src/main.rs" [dependencies.anyhow] version = "1.0.0" features = ["backtrace"] [dependencies.slumber_cli] version = "2.3.0" [dependencies.slumber_core] version = "2.3.0" [dependencies.slumber_tui] version = "2.3.0" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "ansi", "fmt", "registry", ] default-features = false