# 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 = "eyra" version = "0.16.11" authors = ["Dan Gohman "] build = "build.rs" exclude = [ "/.github", "ci", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust programs written entirely in Rust" documentation = "https://docs.rs/eyra" readme = "README.md" keywords = ["linux"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/eyra" [package.metadata.docs.rs] no-default-features = true [lib] name = "eyra" path = "src/lib.rs" [[example]] name = "rust-by-example-threads" path = "examples/rust-by-example-threads.rs" [[example]] name = "test-tls" path = "examples/test-tls.rs" [[example]] name = "empty" path = "examples/empty.rs" [[example]] name = "test-environ" path = "examples/test-environ.rs" [[example]] name = "test-args" path = "examples/test-args.rs" [[example]] name = "test-simd" path = "examples/test-simd.rs" [[example]] name = "test-ctor" path = "examples/test-ctor.rs" [[example]] name = "test-workdir" path = "examples/test-workdir.rs" [[example]] name = "test-tls-dtors" path = "examples/test-tls-dtors.rs" [[example]] name = "hello" path = "examples/hello.rs" [[test]] name = "example_crates" path = "tests/example_crates.rs" [[test]] name = "stdtests" path = "tests/stdtests.rs" [[test]] name = "examples" path = "tests/examples.rs" [dependencies.c-gull] version = "0.16.0" features = ["eyra"] default-features = false [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.cfg-if] version = "1.0.0" [dev-dependencies.ctor] version = "0.2.0" [dev-dependencies.libc] version = "0.2.151" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.similar-asserts] version = "1.1.0" [dev-dependencies.which] version = "6.0.0" [features] atomic-dbg-logger = ["c-gull/atomic-dbg-logger"] be-std = ["std"] default = [ "be-std", "threadsafe-setenv", "use-compiler-builtins", ] deprecated-and-unimplemented = ["c-gull/deprecated-and-unimplemented"] env_logger = [ "c-gull/env_logger", "std", ] experimental-relocate = ["c-gull/experimental-relocate"] extra-syscalls = ["c-gull/extra-syscalls"] log = ["c-gull/log"] max_level_off = ["c-gull/max_level_off"] std = ["c-gull/std"] threadsafe-setenv = ["c-gull/threadsafe-setenv"] todo = ["c-gull/todo"] use-compiler-builtins = ["c-gull/use-compiler-builtins"]