tidepool-version-manager 0.1.3

Version management for Tidepool toolkit
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
default-features = false
features = ["stream", "blocking", "json", "rustls-tls"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.url]
version = "2.4"

[dependencies.zip]
version = "0.6"

[dev-dependencies.tempfile]
version = "3.5.0"

[dev-dependencies.tokio]
features = ["full", "macros", "rt"]
version = "1.0"

[[example]]
name = "downloader_test"
path = "examples/downloader_test.rs"

[[example]]
name = "hash_verification_demo"
path = "examples/hash_verification_demo.rs"

[[example]]
name = "junction_demo"
path = "examples/junction_demo.rs"

[[example]]
name = "shields_evaluation"
path = "examples/shields_evaluation.rs"

[[example]]
name = "temp_file_demo"
path = "examples/temp_file_demo.rs"

[[example]]
name = "uninstall_protection_demo"
path = "examples/uninstall_protection_demo.rs"

[lib]
name = "tidepool_version_manager"
path = "src/lib.rs"

[package]
authors = ["Slothtron"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Version management for Tidepool toolkit"
edition = "2021"
license = "MIT"
name = "tidepool-version-manager"
readme = false
repository = "https://github.com/Slothtron/tidepool"
rust-version = "1.70.0"
version = "0.1.3"

[target.'cfg(not(target_os = "windows"))'.dependencies.flate2]
version = "1.0"

[target.'cfg(not(target_os = "windows"))'.dependencies.tar]
version = "0.4"

[[test]]
name = "force_install_tests"
path = "tests/force_install_tests.rs"

[[test]]
name = "go_manager_tests"
path = "tests/go_manager_tests.rs"

[[test]]
name = "hash_verification_tests"
path = "tests/hash_verification_tests.rs"

[[test]]
name = "info_command_tests"
path = "tests/info_command_tests.rs"

[[test]]
name = "junction_tests"
path = "tests/junction_tests.rs"

[[test]]
name = "structured_interface_tests"
path = "tests/structured_interface_tests.rs"

[[test]]
name = "temp_file_download_tests"
path = "tests/temp_file_download_tests.rs"

[[test]]
name = "uninstall_current_version_tests"
path = "tests/uninstall_current_version_tests.rs"