[package] name = "RustLibrary" version = "0.2.0" edition = "2021" description = "xCoder and data hisler library" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitvec = { version = "1.0.1", features = [] } crossterm = "0.26.1" lazy_static = "1.4.0" log = "0.4.19" log4rs = "1.2.0" tokio = { version = "1.29.1", features = ["full"] } tui = { version = "0.19.0", features = ["crossterm"] } chrono = "0.4" winapi = "0.3.9" windows = { version = "0.48.0", features = ["Win32_System_WindowsProgramming", "Win32_Foundation"] } windows-sys = { version = "0.48.0", features = ["Win32_Media"] } serde = { version = "1.0.176", features = ["derive"] } toml = "0.8.2" serde_derive = "1.0.176" [build-dependencies] bindgen = "0.66.1"