# 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 = "rterm" version = "0.0.9" description = "A port of suckless terminal to rust." readme = "README.md" keywords = [ "st", "terminal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mechpen/rterm" [dependencies.anyhow] version = ">=1.0" [dependencies.bitflags] version = ">=2" [dependencies.clap] version = ">=4" features = ["derive"] [dependencies.nix] version = ">=0.22" features = [ "ioctl", "poll", "process", "signal", "term", "user", ] [dependencies.servo-fontconfig] version = ">=0.5" [dependencies.unicode-width] version = ">=0.1" [dependencies.vte] version = ">=0.10" [dependencies.x11] version = ">=2"