# 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" name = "helper-tui" version = "0.3.0" authors = ["Michail Krasnov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Простая программа для получения интерактивной справки по использованию команд Linux" homepage = "https://github.com/mskrasnov/helper" readme = "README.md" keywords = [ "cursive", "linux", "unix", "man", "help", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/mskrasnov/helper" [profile.release] opt-level = "z" lto = true debug = 0 panic = "abort" strip = true [[bin]] name = "helper-tui" path = "src/main.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.cursive] version = "0.21.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.toml] version = "0.8.19" [features] default = ["local-files"] local-files = [] system-files = []