# 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" rust-version = "1.60" name = "trybox" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "stable, `no_std`-compatible, fallible heap allocation" homepage = "https://crates.io/crates/trybox" documentation = "https://docs.rs/trybox" readme = "README.md" keywords = [ "fallible", "allocation", ] categories = [ "data-structures", "rust-patterns", "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/trybox" [lib] name = "trybox" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" harness = false required-features = ["std"] [dependencies.number_prefix] version = "0.4.0" default-features = false [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.libtest-mimic] version = "0.8.1" [dev-dependencies.static_assertions] version = "1.1.0" [features] default = ["std"] std = []