# 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 = "extrasafe-multiarch" version = "0.4.0" authors = [ "Harry Stern ", "Aaron Dewes ", ] description = "Make your code extrasafe by reducing what it can access." readme = "README.md" keywords = [ "security", "seccomp", "landlock", "syscall", ] categories = ["os::linux-apis"] license = "MIT" repository = "https://github.com/AaronDewes/extrasafe" [dependencies.landlock] version = "^0.3" optional = true [dependencies.libc] version = "^0.2" [dependencies.seccompiler] version = "^0.4" default-features = false [dependencies.syscalls] version = "^0.6" default-features = false [dev-dependencies.bytes] version = "^1" [dev-dependencies.crossbeam] version = "^0.8" [dev-dependencies.crossbeam-channel] version = "^0.5" [dev-dependencies.crossbeam-queue] version = "^0.3" [dev-dependencies.hyper] version = "^0.14" features = [ "http1", "server", "runtime", "tcp", ] [dev-dependencies.rusqlite] version = "^0.26" [dev-dependencies.tempfile] version = "^3" [dev-dependencies.tokio] version = "^1.15" [dev-dependencies.warp] version = "^0.3" [features] aarch64 = ["syscalls/aarch64"] landlock = ["dep:landlock"] riscv64 = ["syscalls/riscv64"] x86_64 = ["syscalls/x86_64"] [target."cfg(not(target_env = \"musl\"))".dev-dependencies.reqwest] version = "^0.11" [target."cfg(target_env = \"musl\")".dev-dependencies.reqwest] version = "^0.11" features = ["rustls-tls"] default-features = false