# 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.75" name = "ewe_mem" version = "0.0.1" authors = ["EweStudios Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level memory management utilities that implement a poor man allocator wrappers" readme = "README.md" keywords = [ "ewe_platform", "ewestudios-platform", "ewestudios_platform", ] license = "Apache-2.0" repository = "https://github.com/ewe-studios/ewe_platform" [profile.bench] debug = 2 [lib] name = "ewe_mem" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.ewe_trace] version = "0.0.1" [dependencies.memchr] version = "2.7.2" [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-test] version = "0.2.5" [features] debug_trace = ["ewe_trace/debug_trace"] default = [] nightly = [] [lints.clippy] blocks_in_conditions = "allow" items-after-statements = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" no-effect-underscore-binding = "allow" pedantic = "warn"