[package] name = "kxio" version = "5.1.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)'] } [dependencies] base64 = "0.22" bytes = "1.8" derive_more = { version = "1.0", features = ["constructor", "display", "from"] } http = "1.1" path-clean = "1.0" reqwest = { version = "0.12", default-features = false, features = [ "json", "rustls-tls", ] } url = "2.5" tempfile = "3.10" tokio = { version = "1.41", features = ["sync"] } tracing = "0.1" [dev-dependencies] assert2 = "0.3" mutants = "0.0" 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" }