greentic-distributor-dev 1.2.0

Dev-only distributor source that serves packs and components from the local filesystem.
Documentation
# 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 = "2024"
name = "greentic-distributor-dev"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dev-only distributor source that serves packs and components from the local filesystem."
homepage = "https://github.com/greentic"
readme = "README.md"
license = "MIT"
repository = "https://github.com/greentic/greentic-distributor-client"
resolver = "2"

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

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

[dependencies.greentic-distributor-client]
version = ">=1.2.0-0, <1.3.0-0"

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