[package] name = "seqknock-common" version = "0.1.0" edition = "2021" authors = ["Jonas Eriksson "] license = "GPL-2.0 OR Apache-2.0" description = "TCP Sequence number-based knocking; common sources" readme = "README.md" homepage = "https://git.sr.ht/~upto/seqknock/" repository = "https://git.sr.ht/~upto/seqknock/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hmac = "0.12" sha3 = "0.10" log = "0.4" caps = "0.5" libc = "0.2" async-io = { version = "1.10.0", optional = true } async-std = { version = "1.12.0", optional = true } [features] async = ["async-io", "async-std"]