# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "seqknock-common" version = "0.1.0" authors = ["Jonas Eriksson "] description = "TCP Sequence number-based knocking; common sources" homepage = "https://git.sr.ht/~upto/seqknock/" readme = "README.md" license = "GPL-2.0 OR Apache-2.0" repository = "https://git.sr.ht/~upto/seqknock/" resolver = "1" [dependencies.async-io] version = "1.10.0" optional = true [dependencies.async-std] version = "1.12.0" optional = true [dependencies.caps] version = "0.5" [dependencies.hmac] version = "0.12" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.sha3] version = "0.10" [features] async = [ "async-io", "async-std", ]