santa-data 0.3.2

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

[package.metadata.dist]
dist = false

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

[[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"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.derive_more]
version = "0.99"

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1.43"

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