deploy-temp-fringe 1.2.3

safe, lightweight userland context switches
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "deploy-temp-fringe"
version = "1.2.3"
authors = ["edef <edef@edef.eu>"]
description = "safe, lightweight userland context switches"
homepage = "https://github.com/edef1c/libfringe"
documentation = "https://edef1c.github.io/libfringe"
license = "Apache-2.0/MIT"
repository = "https://github.com/edef1c/libfringe"
[profile.test]
opt-level = 1

[profile.dev]
opt-level = 1
[dependencies.valgrind_request]
version = "1.0.0"
optional = true
[dev-dependencies.simd]
version = "0.1"

[features]
alloc = []
default = ["alloc", "valgrind"]
valgrind = ["valgrind_request"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.14"