# 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 = "jellyschema" version = "0.11.10" authors = ["Robert Vojta ", "Cyryl PÅ‚otnicki "] build = "build.rs" description = "Configuration DSL" readme = "README.md" categories = ["config", "encoding", "wasm"] license = "Apache-2.0" repository = "https://github.com/balena-io-modules/jellyschema/" [lib] crate-type = ["lib", "cdylib"] [dependencies.balena-temen] version = "~0.5.1" features = ["disable-wasm-bindings"] [dependencies.base64] version = "0" [dependencies.chrono] version = "0" [dependencies.lazy_static] version = "1" [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.uuid] version = "0.7" [dev-dependencies.pretty_assertions] version = "0.5" [build-dependencies.strfmt] version = "0.1" [features] default = [] disable-wasm-bindings = [] [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"