# 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 = "nomad-xyz-configuration" version = "0.1.0-rc.1" authors = ["James Prestwich ", "The Nomad Developers "] exclude = ["*.sh", ".git*"] description = "Nomad project configuration file utilities" license = "MIT OR Apache-2.0" repository = "https://github.com/nomad-xyz/configuration" resolver = "2" [lib] crate-type = ["cdylib", "rlib"] [dependencies.affix] version = "0.1.2" [dependencies.ethers] version = "0.6.2" [dependencies.eyre] version = "0.6.6" [dependencies.once_cell] version = "1.9.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.serde_yaml] version = "0.8.23" [build-dependencies.eyre] version = "0.6.6" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.56" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.79" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4.5"