# 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 = "libcrossterm" version = "0.8.0" authors = ["Dheepak Krishnamurthy "] description = "C binding library for crossterm-rs" homepage = "https://github.com/kdheepak/libcrossterm" readme = "README.md" license = "MIT" repository = "https://github.com/kdheepak/libcrossterm" [package.metadata.docs.rs] features = ["docsrs"] [lib] name = "crossterm" crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.72" [dependencies.bitflags] version = "2.3.3" features = ["serde"] [dependencies.crossterm] version = "0.27.0" features = [ "event-stream", "serde", ] [dependencies.libc] version = "0.2.147" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.173" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [build-dependencies.cbindgen] version = "0.26.0" [build-dependencies.serde_json] version = "1.0.103" [features] docsrs = []