[package] name = "hcproto" version = "0.1.3" authors = [ "hpnlic " ] edition = "2021" description = "net for Rust" repository = "https://github.com/hcengine/hcproto" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["hcnet"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.214", features = ["derive"] } algorithm = "0.1.16" # algorithm = {path="../../algorithm"} [dev-dependencies] serde = { version = "1", features = ["rc"] } serde_json = "1.0.133" serde_derive = "1.0.216"