# 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 = "pstream" version = "0.1.1" authors = ["antonta "] description = "A persistent byte stream over block storage." readme = "README.md" keywords = [ "file", "io", "data", "storage", "concurrency", ] categories = [ "filesystems", "database-implementations", ] license = "MIT" repository = "https://git.sr.ht/~antonta/pstream" [package.metadata.docs.rs] all-features = true [[test]] name = "io_filesystem" path = "tests/io_filesystem.rs" required-features = ["io-filesystem"] [dependencies.crc32fast] version = "~1.3" [dependencies.vlock] version = "~0.2" [features] default = [] io-filesystem = [] [target."cfg(unix)".dependencies.libc] version = "~0.2" optional = true