# 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 = "etty" version = "0.0.0" authors = ["rueyxian "] description = "An easy tty library" readme = "README.md" keywords = [ "tty", "tui", ] license = "MIT" [dependencies.crossbeam] version = "0.8.2" features = ["crossbeam-channel"] [dependencies.etty-macros] version = "0.0.0" [dependencies.itoa] version = "1.0.4" [dependencies.libc] version = "0.2.137" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.13.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.21.2" features = ["sync"]