# 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 = "pearl" version = "0.21.0" authors = [ "Pavel Yakushin ", "Kirill Bushminkin ", "Ilia Kopylov", "Ivan Druzhitskiy", "Vladimir Stepanenko", "Pavel Perestoronin", "Konstantin Konnov", "Konstantin Bulany", "Semyon Romanov", ] description = "Pearl is a low level blob-based I/O library" homepage = "https://github.com/qoollo/pearl" documentation = "https://docs.rs/pearl" readme = "README.md" keywords = [ "blob", "blob-storage", "append-only", "key-value", "async", ] categories = [ "data-structures", "filesystem", ] license = "MIT" repository = "https://github.com/qoollo/pearl" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "pearl" [[bin]] name = "benchmark" path = "src/benchmark/bin.rs" required-features = ["benchmark"] [dependencies.anyhow] version = "1.0" [dependencies.async-lock] version = "2.7" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.4" [dependencies.clap] version = "3.2" optional = true [dependencies.crc] version = "=3.0.0" [dependencies.env_logger] version = "0.9" optional = true [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26" features = ["fs"] default_features = false [dependencies.rand] version = "0.8" optional = true [dependencies.rio] version = "0.9.4" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.static_assertions] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28" features = [ "fs", "io-util", "sync", "time", "rt", "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rusty-fork] version = "0.3.0" [build-dependencies.chrono] version = "0.4" [features] async-io-rio = ["dep:rio"] benchmark = [ "dep:clap", "dep:env_logger", "dep:rand", ]