# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "i3nator" version = "1.2.0" authors = ["Pit Kleyersburg "] build = "build.rs" include = ["**/*.rs", "resources/**/*", "Cargo.toml", "LICENSE-*"] description = "i3nator is Tmuxinator for the i3 window manager" homepage = "https://github.com/pitkley/i3nator" keywords = ["cli", "i3", "unix", "xdg"] categories = ["command-line-interface", "command-line-utilities", "gui"] license = "MIT/Apache-2.0" repository = "https://github.com/pitkley/i3nator.git" [[bin]] name = "i3nator" path = "src/main.rs" doc = false [dependencies.clap] version = "^2.33" [dependencies.dirs-next] version = "^1.0" [dependencies.error-chain] version = "^0.12" [dependencies.getch] version = "^0.2" [dependencies.i3ipc] version = "^0.10" [dependencies.lazy_static] version = "^1.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.tempfile] version = "^3.1" [dependencies.toml] version = "^0.5" [dependencies.wait-timeout] version = "^0.2" [dependencies.xdg] version = "^2.1" [dev-dependencies.tempdir] version = "^0.3" [build-dependencies.clap] version = "^2.33" [features] sequential-tests = []