santa-data 0.3.0

Data models and CCL parser for Santa package manager
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.derive_more]
version = "0.99"

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

[dependencies.serde-enum-str]
version = "0.2.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.sickle]
features = ["serde"]
version = "0.1.1"

[dependencies.tracing]
version = "0.1.43"

[dependencies.validator]
features = ["derive"]
version = "0.20"

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

[package]
authors = ["Tyler Butler <tyler@tylerbutler.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parser-implementations", "development-tools"]
description = "Data models and CCL parser for Santa package manager"
documentation = "https://docs.rs/santa-data"
edition = "2021"
keywords = ["ccl", "package-data", "santa", "configuration"]
license = "MIT"
name = "santa-data"
publish = true
readme = "README.md"
repository = "https://github.com/tylerbutler/santa"
rust-version = "1.80.0"
version = "0.3.0"

[package.metadata.dist]
dist = false

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

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

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

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