# 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 = "possum-db" version = "0.3.0" authors = ["Matt Joiner "] autobenches = false description = "concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files" readme = "README.md" keywords = [ "database", "embedded", "persistence", "sqlite", ] categories = [ "caching", "database-implementations", "filesystem", "embedded", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/anacrolix/possum" [lib] name = "possum" crate-type = [ "staticlib", "cdylib", "lib", ] bench = false [[bin]] name = "possum" path = "src/main.rs" bench = false [[bench]] name = "possum" harness = false [dependencies.anacrolix-libc] version = "0.2.151" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.ctx-thread] version = "0.1.1" [dependencies.env_logger] version = "0.10.0" [dependencies.fdlimit] version = "0.3.0" optional = true [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4.20" [dependencies.memmap2] version = "0.9.0" [dependencies.nix] version = "0.27.1" features = [ "fs", "process", ] [dependencies.num] version = "0.4.1" [dependencies.once_cell] version = "1.19.0" [dependencies.positioned-io] version = "0.3.2" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.8.0" optional = true [dependencies.rusqlite] version = "0.30.0" features = ["bundled"] [dependencies.stable_deref_trait] version = "1.2.0" [dependencies.take_mut] version = "0.2.2" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.twox-hash] version = "1.6.3" optional = true [dev-dependencies.bytesize] version = "1.3.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.test-log] version = "0.2.14" [features] default = [] testing = [ "dep:fdlimit", "dep:rayon", "dep:twox-hash", ] [target."cfg(loom)".dev-dependencies.loom] version = "0.7" [target."cfg(shuttle)".dependencies.shuttle] version = "0.7.1" [target."cfg(windows)".dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_IO", "Win32_System_Ioctl", "Win32_Storage_FileSystem", "Win32_System_Threading", "Win32_Security", "Win32_System", "Win32_System_SystemServices", ]