# 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" rust-version = "1.75.0" name = "sqlarfs" version = "0.1.1" authors = ["Wren Powell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A file archive format and virtual filesystem backed by a SQLite database" homepage = "https://github.com/lostatc/sqlarfs-rs" documentation = "https://docs.rs/sqlarfs" readme = "README.md" keywords = [ "sqlite", "sqlar", "database", "archive", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/lostatc/sqlarfs-rs" [lib] name = "sqlarfs" path = "src/lib.rs" [[bin]] name = "sqlarfs" path = "src/main.rs" [[test]] name = "archive" path = "tests/archive.rs" [[test]] name = "archive_tree" path = "tests/archive_tree.rs" [[test]] name = "extract_tree" path = "tests/extract_tree.rs" [[test]] name = "file" path = "tests/file.rs" [[test]] name = "io" path = "tests/io.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "open" path = "tests/open.rs" [[test]] name = "reference_conformance" path = "tests/reference_conformance.rs" [[test]] name = "transaction" path = "tests/transaction.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.flate2] version = "1.0.28" optional = true [dependencies.ouroboros] version = "0.18.3" [dependencies.rusqlite] version = "0.31.0" features = [ "bundled", "blob", ] [dependencies.same-file] version = "1.0.6" [dependencies.thiserror] version = "1.0.60" [dev-dependencies.nix] version = "0.28.0" features = ["fs"] [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.xpct] version = "0.5.1" features = ["diff"] [features] default = ["deflate"] deflate = ["dep:flate2"] reference-conformance-tests = [] [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "forbid" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"]