# 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.0" name = "tmux-lib" version = "0.3.1" authors = ["graelo "] build = false exclude = [ "/.github", "/ci", "/.travis.yml", "/appveyor.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tmux helper functions." homepage = "https://github.com/graelo/tmux-lib" documentation = "https://docs.rs/tmux-lib" readme = "README.md" keywords = [ "tmux", "tmux-plugin", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/graelo/tmux-lib" [lib] name = "tmux_lib" path = "src/lib.rs" [dependencies.async-std] version = "1" features = ["unstable"] [dependencies.nom] version = "7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1"