# 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.70.0" name = "smores" version = "0.0.0" authors = ["Alexander Kenji Berthold "] include = [ "src/**/*", "examples/*", "benches/*", "LICENSE", "README.md", "CHANGELOG.md", ] autoexamples = true description = "A smos companion" readme = "README.md" keywords = [ "tui", "terminal", "ratatui", "tty", "multiplexer", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://gitlab.com/a-kenji/smores" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.clap_mangen] version = "0.2.15" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_yaml] version = "0.9.27" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"