[package] name = "hina" version = "0.1.3" authors = ["hina "] description = ":]." edition = "2018" readme = "docs/crates.io.md" documentation = "https://docs.rs/hina" repository = "https://github.com/hinaria/hina" license = "MIT/Apache-2.0" keywords = [] categories = [] [features] scramble = [] [dependencies] bite = "0.0.5" bytes = "0.4.12" itertools = "0.8.0" lazy_static = "1.3.0" log = "0.4.6" ntdll = "0.0.3" num-traits = "0.2.8" parking_lot = { version = "0.8.0", features = ["nightly"] } rand = "0.7.0" ring = "0.14.6" unicode-width = "0.1.5" untrusted = "0.6.2" winapi = { version = "0.3.7", features = ["std", "consoleapi", "processenv", "unknwnbase"] } [target.'cfg(unix)'.dependencies] libc = "0.2.59"