# 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.74" name = "orphanage" version = "0.1.4" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Random collection of stuff that is still searching for a home." readme = "README.md" keywords = [ "sqlite", "fs", "path", ] categories = ["network-programming"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/orphanage" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "orphanage" path = "src/lib.rs" [[test]] name = "setops" path = "tests/setops.rs" [dependencies.async-trait] version = "0.1.82" optional = true [dependencies.hashbrown] version = "0.15.1" [dependencies.killswitch] version = "0.4.2" optional = true [dependencies.parse-size] version = "1.1.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.32.1" features = ["functions"] optional = true [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [dependencies.sha2] version = "0.10.7" optional = true [dependencies.shellexpand] version = "3.1.0" [dependencies.tokio] version = "1.41.0" features = [ "macros", "net", "time", ] optional = true [dev-dependencies.killswitch] version = "0.4.2" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.toml] version = "0.8.18" [features] rusqlite = [ "dep:rusqlite", "dep:sha2", ] serde = [ "dep:serde", "dep:parse-size", ] tokio = [ "dep:tokio", "dep:async-trait", "dep:killswitch", ] [badges.maintenance] status = "experimental" [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1