# 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 = "c-scape" version = "0.16.1" authors = ["Dan Gohman "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A libc bottom-half implementation in Rust" documentation = "https://docs.rs/c-scape" readme = "README.md" keywords = [ "linux", "libc", "no_std", ] categories = ["no-std"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/c-ward" [lib] name = "c_scape" path = "src/lib.rs" [dependencies.alloc] version = "1.0.0" optional = true package = "rustc-std-workspace-alloc" [dependencies.bitflags] version = "2.4.1" default-features = false [dependencies.core] version = "1.0.0" optional = true package = "rustc-std-workspace-core" [dependencies.errno] version = "0.3.3" default-features = false [dependencies.libc] version = "0.2.138" default-features = false [dependencies.libm] version = "0.2.1" [dependencies.memoffset] version = "0.9.0" [dependencies.num-complex] version = "0.4.4" features = ["libm"] default-features = false [dependencies.origin] version = "0.18.4" features = [ "thread", "init-fini-arrays", "alloc", ] default-features = false [dependencies.posix-regex] version = "0.1.1" features = ["no_std"] [dependencies.printf-compat] version = "0.1.1" default-features = false [dependencies.rand] version = "0.8.5" default-features = false [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.rand_pcg] version = "0.3.1" [dependencies.realpath-ext] version = "0.1.0" default-features = false [dependencies.rustix] version = "0.38.33" features = [ "event", "fs", "itoa", "mm", "net", "param", "pipe", "process", "rand", "runtime", "shm", "stdio", "system", "termios", "thread", "time", ] default-features = false [dependencies.rustix-dlmalloc] version = "0.1.0" optional = true [dependencies.rustix-futex-sync] version = "0.2.1" features = ["atomic_usize"] [dependencies.rustix-openpty] version = "0.1.1" [dev-dependencies.libc] version = "0.2.138" [dev-dependencies.static_assertions] version = "1.1.0" [build-dependencies.cc] version = "1.0.68" optional = true [features] atomic-dbg-logger = ["origin/atomic-dbg-logger"] call-main = [] coexist-with-libc = ["origin/libc"] default = [ "thread", "std", "coexist-with-libc", "threadsafe-setenv", "use-compiler-builtins", ] define-mem-functions = [] deprecated-and-unimplemented = [] env_logger = ["origin/env_logger"] experimental-relocate = ["origin/experimental-relocate"] extra-syscalls = [ "syscall-read", "syscall-write", "syscall-open", "syscall-openat", "syscall-close", "syscall-getpid", "syscall-statx", "syscall-epoll_create1", "syscall-timerfd_create", "syscall-timerfd_settime", "syscall-utimensat", "syscall-fdatasync", "syscall-syncfs", "syscall-sync", "syscall-pipe2", ] eyra = [ "take-charge", "thread", "call-main", "malloc-via-crates", "define-mem-functions", ] log = ["origin/log"] malloc-via-crates = ["rustix-dlmalloc/global"] malloc-via-rust-global-alloc = [] max_level_off = ["origin/max_level_off"] rustc-dep-of-std = [ "dep:core", "dep:alloc", "rustix/rustc-dep-of-std", ] std = [ "rustix/std", "printf-compat/std", ] syscall-close = [] syscall-epoll_create1 = [] syscall-fdatasync = [] syscall-getpid = [] syscall-open = [] syscall-openat = [] syscall-pipe2 = [] syscall-read = [] syscall-statx = [] syscall-sync = [] syscall-syncfs = [] syscall-timerfd_create = [] syscall-timerfd_settime = [] syscall-utimensat = [] syscall-write = [] take-charge = [ "origin/origin-start", "origin/origin-thread", "origin/origin-signal", "origin/signal", ] thread = [] threadsafe-setenv = [] todo = [] use-compiler-builtins = [] [target."cfg(not(target_arch = \"arm\"))".dependencies.unwinding] version = "0.2.0" features = [ "unwinder", "dwarf-expr", "hide-trace", "fde-phdr-dl", "fde-registry", "libc", ] default-features = false