# 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.70" name = "alloc_geiger" version = "0.2.0" description = """ A Rust allocator which makes sound when active, like a Geiger counter. """ readme = "README.md" keywords = ["allocator"] categories = ["memory-management"] license = "MIT/Apache-2.0" repository = "https://github.com/cuviper/alloc_geiger" [dependencies.rodio] version = "0.17" default-features = false [dev-dependencies.jemallocator] version = "0.5"