# 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 = "seccomp-stream" version = "0.2.1" description = "tokio adapter for seccomp_unotify" readme = "README.md" license = "MIT" repository = "https://github.com/not-jan/seccomp-stream/" [dependencies.libseccomp-sys] version = "0.2.1" [dependencies.syscalls] version = "0.6" default-features = false [dependencies.tokio] version = "1.37.0" features = ["net"] [dependencies.tokio-stream] version = "0.1.15" [dev-dependencies.libc] version = "0.2.153" [dev-dependencies.libseccomp] version = "0.3.0" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "net", ]