# 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 = "surf_n_term" version = "0.15.0" authors = ["Pavel Aslanov "] include = [ "**/*.rs", "**/Cargo.toml", "**/README.md", ] description = "Posix terminal rendering library" homepage = "https://github.com/aslpavel/surf-n-term" readme = "README.md" license = "MIT" repository = "https://github.com/aslpavel/surf-n-term.git" [[bench]] name = "decoder" harness = false [[bench]] name = "quantize" harness = false [dependencies.either] version = "^1.9" [dependencies.fnv] version = "^1.0" [dependencies.lazy_static] version = "^1.1" [dependencies.libc] version = "^0.2" [dependencies.lru] version = "^0.12" default-features = false [dependencies.nix] version = "^0.28" features = [ "fs", "poll", "term", ] default-features = false [dependencies.png] version = "^0.17" [dependencies.rasterize] version = "^0.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.signal-hook] version = "^0.3" [dependencies.smallvec] version = "^1.11" [dependencies.tracing] version = "^0.1" [dependencies.unicode-width] version = "^0.1" [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [dev-dependencies.tracing-appender] version = "^0.2" [dev-dependencies.tracing-subscriber] version = "^0.3" features = ["env-filter"]