[package] name = "kxio" version = "1.2.0" edition = "2021" authors = ["Paul Campbell "] description = "Provides injectable Filesystem and Network resources to make code more testable" license = "MIT" repository = "https://git.kemitix.net/kemitix/kxio" exclude = [".cargo_home"] [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive_more = { version = "1.0", features = [ "constructor", "display", "from" ] } http = "1.1" path-clean = "1.0" reqwest = "0.12" tempfile = "3.10" [dev-dependencies] assert2 = "0.3" pretty_assertions = "1.4" test-log = "0.2" tokio = { version = "1.41", features = [ "macros", "rt-multi-thread" ] } tokio-test = "0.4" [package.metadata.bin] # Conventional commits githook cc-cli = { version = "0.1" }