libcnb-data 0.22.0

Types for data formats specified in the Cloud Native Buildpack specification, used by libcnb.rs
Documentation
[dependencies.fancy-regex]
default-features = false
features = ["std"]
version = "0.13.0"

[dependencies.libcnb-proc-macros]
version = "=0.22.0"

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

[dependencies.thiserror]
version = "1.0.61"

[dependencies.toml]
version = "0.8.14"

[dependencies.uriparse]
version = "0.6.4"
[dev-dependencies.serde_test]
version = "1.0.176"
[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
panic_in_result_fn = "warn"
pedantic = "warn"
unwrap_used = "warn"

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"
unused_crate_dependencies = "warn"

[package]
description = "Types for data formats specified in the Cloud Native Buildpack specification, used by libcnb.rs"
documentation = "https://docs.rs/libcnb-data"
edition = "2021"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["buildpacks", "CNB"]
license = "BSD-3-Clause"
name = "libcnb-data"
readme = "README.md"
repository = "https://github.com/heroku/libcnb.rs/tree/main/libcnb-data"
rust-version = "1.76"
version = "0.22.0"