# 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 = "pid-allocator" version = "0.1.5" authors = ["Kiritan "] description = "A simple PID allocator for no_std environment" homepage = "https://github.com/KiritanTakechi/pid-allocator" documentation = "https://docs.rs/pid-allocator" readme = "README.md" keywords = [ "allocator", "pid", "no_std", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/KiritanTakechi/pid-allocator" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bench]] name = "allocator_benchmark" harness = false [dependencies.spin] version = "^0.9.8" [dev-dependencies.criterion] version = "^0.5.1"