# 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" name = "reify" version = "0.5.5" authors = ["Davide Ghilardi "] description = "Write configuration files from templates using env variables" readme = "README.md" keywords = ["configuration", "generation", "env", "environment"] license = "MIT" repository = "https://github.com/dghilardi/reify" resolver = "2" [profile.release] opt-level = "s" [lib] crate-type = ["cdylib", "rlib"] [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.0-beta.5" features = ["derive"] [dependencies.config] version = "0.11.0" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.envy] version = "0.4.2" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.handlebars] version = "4.1.5" [dependencies.js-sys] version = "0.3.55" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tera] version = "1.15.0" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.78" features = ["serde-serialize"] [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [features] default = ["console_error_panic_hook"]