# 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 = "mustang" version = "0.14.6" authors = ["Dan Gohman "] exclude = [ "/.github", "ci", ] description = "Rust programs written entirely in Rust" documentation = "https://docs.rs/mustang" readme = "README.md" keywords = ["linux"] license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/sunfishcode/mustang" [dev-dependencies.cfg-if] version = "1.0.0" [dev-dependencies.ctor] version = "0.2.0" [dev-dependencies.libc] version = "0.2.138" [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"] default = [ "thread", "std", ] env_logger = ["c-gull/env_logger"] experimental-relocate = ["c-gull/experimental-relocate"] log = ["c-gull/log"] max_level_off = ["c-gull/max_level_off"] std = ["c-gull/std"] thread = ["c-gull/thread"] [target."cfg(target_vendor = \"mustang\")".dependencies.c-gull] version = "0.16.0" features = [ "take-charge", "call-main", "malloc-via-crates", "define-mem-functions", ] default-features = false