Documentation
[package]

name          = "hina"

version       = "0.0.13"

authors       = ["hina <a@hinaria.com>"]

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          = { version = "0.0.5" }

bytes         = { version = "0.4.12" }

itertools     = { version = "0.8.0" }

lazy_static   = { version = "1.3.0" }

log           = { version = "0.4.5" }

ntdll         = { version = "0.0.3" }

num-traits    = { version = "0.2.6" }

parking_lot   = { version = "0.7.1", features = ["nightly"] }

rand          = { version = "0.6.5" }

ring          = { version = "0.14.6" }

unicode-width = { version = "0.1.5" }

untrusted     = { version = "0.6.2" }

winapi        = { version = "0.3.7", features = ["std", "consoleapi", "processenv", "unknwnbase"] }



[target.'cfg(unix)'.dependencies]

libc          = { version = "0.2.54" }