# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dy_tlsf" version = "0.0.2" authors = ["neu. "] description = "TLSF (Two-level segmented fit) global allocator" license = "GPL-3.0-or-later" [profile.dev] opt-level = 0 lto = false debug = true debug-assertions = true panic = "unwind" overflow-checks = true [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false panic = "abort" overflow-checks = false incremental = true [profile.test] opt-level = 0 lto = false debug = 2 debug-assertions = true overflow-checks = true [lib] name = "dy_tlsf" crate-type = ["lib"] path = "src/lib.rs" doctest = true bench = true doc = true harness = true edition = "2018" [[bench]] name = "bench" harness = true [dependencies.arrayvec] version = "0.7.0" [dependencies.spin] version = "0.9.0"