# 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 = "jasmine-db" version = "0.1.1" authors = ["Xiangpeng Hao "] description = "Jasmine is a scalable cache with clock replacement policy. The cache size and grow and shrink on demand." readme = "README.md" keywords = [ "cache", "clock-cache", "concurrent", ] license = "MIT" repository = "https://github.com/XiangpengHao/jasmine" [dependencies.libc] version = "0.2.126" optional = true [dependencies.spin] version = "0.9.3" [dev-dependencies.crossbeam] version = "0.8.1" [dev-dependencies.shuttle] version = "0.1.0" [dev-dependencies.static_assertions] version = "1.1.0" [features] mmap = ["libc"] shuttle = []