balena-cdsl 0.9.2

Configuration DSL
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "balena-cdsl"
version = "0.9.2"
authors = ["Robert Vojta <robert@balena.io>", "Cyryl PÅ‚otnicki <cyryl@balena.io>"]
build = "build.rs"
description = "Configuration DSL"
readme = "README.md"
categories = ["config", "encoding", "wasm"]
license = "Apache-2.0"
repository = "https://github.com/balena-io-modules/balena-cdsl/"

[lib]
crate-type = ["lib", "cdylib"]
[dependencies.heck]
version = "0.3"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.yaml-merge-keys]
version = "0.3"
features = ["serde_yaml"]
[dev-dependencies.pretty_assertions]
version = "0.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook]
version = "0.1"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"
features = ["serde-serialize"]
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.2"