# 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 = "photondb-engine" version = "0.0.1" description = "The PhotonDB storage engine." homepage = "https://photondb.io" license = "Apache-2.0" repository = "https://github.com/photondb/photondb" [[bench]] name = "map" harness = false [[bench]] name = "stdmap" bench = false harness = false [dependencies.bitflags] version = "1.3" [dependencies.bumpalo] version = "3.10" features = ["collections"] [dependencies.crossbeam-epoch] version = "0.9" [dependencies.env_logger] version = "0.9" [dependencies.jemallocator] version = "0.5" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8"