# 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-cli" version = "0.1.1" authors = ["Wren Powell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for working with sqlar archives" homepage = "https://github.com/lostatc/sqlarfs-rs" readme = "README.md" keywords = [ "sqlite", "sqlar", "database", "archive", ] categories = [ "filesystem", "command-line-utilities", ] license = "MIT" repository = "https://github.com/lostatc/sqlarfs-rs" [lib] name = "sqlarfs_cli" path = "src/lib.rs" [[bin]] name = "sqlar" path = "src/bin/sqlar.rs" [[test]] name = "archive" path = "tests/archive.rs" [[test]] name = "create" path = "tests/create.rs" [[test]] name = "extract" path = "tests/extract.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "remove" path = "tests/remove.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.eyre] version = "0.6.12" [dependencies.sqlarfs] version = "0.1.0" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.xpct] version = "0.5.1" [lints.rust] missing_debug_implementations = "warn" unsafe_code = "forbid"