# 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.77" name = "tmfalloc" version = "1.0.1" authors = ["Vladimir Voznesenskiy "] description = "Transactional memory-mapped file allocator" readme = "README.md" keywords = [ "cache", "local", "database", "transaction", "memory", ] categories = [ "caching", "database-implementations", "data-structures", "embedded", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://gitflic.ru/project/vvoznesensky/tmfalloc" [dependencies.const-str] version = "0.5" features = ["proc"] [dependencies.ctor] version = "0.2" [dependencies.errno] version = "0.3" [dependencies.intrusive-collections] version = "0.9" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.test-binary] version = "3.0" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.nix] version = "0.27" features = ["signal"] [target."cfg(windows)".dependencies.windows] version = "0.51" features = [ "Win32_System_Diagnostics_Debug", "Win32_Storage_FileSystem", "Win32_System_SystemServices", "Win32_System_Kernel", "Win32_System_SystemInformation", "Win32_System_Memory", "Win32_System_IO", "Win32_Security", "Win32_Foundation", ]