taproot-eyra 0.22.4

Rust programs written entirely in Rust (eyra routed to the taproot libc fork)
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 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 = "taproot-eyra"
version = "0.22.4"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust programs written entirely in Rust (eyra routed to the taproot libc fork)"
documentation = "https://docs.rs/taproot-eyra"
readme = false
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/carrot-wm/taproot"

[features]
atomic-dbg-logger = ["c-gull/atomic-dbg-logger"]
be-std = ["std"]
default = [
    "be-std",
    "threadsafe-setenv",
]
deprecated-and-unimplemented = ["c-gull/deprecated-and-unimplemented"]
eh-personality = ["c-gull/eh-personality"]
eh-personality-continue = ["c-gull/eh-personality-continue"]
env_logger = [
    "c-gull/env_logger",
    "std",
]
experimental-relocate = ["c-gull/experimental-relocate"]
extra-syscalls = ["c-gull/extra-syscalls"]
global-allocator = ["c-gull/global-allocator"]
log = ["c-gull/log"]
max_level_off = ["c-gull/max_level_off"]
panic-handler = ["c-gull/panic-handler"]
panic-handler-trap = ["c-gull/panic-handler-trap"]
std = ["c-gull/std"]
threadsafe-setenv = ["c-gull/threadsafe-setenv"]
todo = ["c-gull/todo"]

[lib]
name = "taproot_eyra"
path = "src/lib.rs"

[dependencies.c-gull]
version = "0.22.4"
features = ["eyra"]
default-features = false
package = "taproot-c-gull"