# 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 = "reloaded-memory-buffers" version = "4.1.0" authors = ["sewer56"] description = "Shared, Concurrent, Permanent Memory Allocator tied to Process Lifetime" documentation = "https://reloaded-project.github.io/Reloaded.Memory.Buffers/" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/Reloaded-Project/Reloaded.Memory.Buffers" [profile.profile] lto = true codegen-units = 1 debug = 2 inherits = "release" strip = false [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = true [[bench]] name = "my_benchmark" harness = false [dependencies.dirs] version = "5.0.1" [dependencies.errno] version = "0.3.3" [dependencies.itoa] version = "1.0.10" [dependencies.memoffset] version = "0.9.0" [dependencies.spin] version = "0.9.8" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rstest] version = "0.18.1" [features] all_private = [] c_exports = [] default = ["std"] external_processes = [] nightly = [] no_format = [] size_opt = ["nightly"] std = [] [target."cfg(all(unix, not(target_os = \"android\")))".dev-dependencies.pprof] version = "0.13" features = [ "flamegraph", "criterion", ] [target."cfg(not(target_os = \"windows\"))".dependencies.clf] version = "0.1.7" [target."cfg(not(target_os = \"windows\"))".dependencies.mmap-rs-with-map-from-existing] version = "0.6.0" [target."cfg(target_os = \"macos\")".dependencies.mach] version = "0.3.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_System_Memory", "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_Security", ] [target."cfg(unix)".dependencies.libc] version = "0.2.146"