# 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 = "mithril-build-script" version = "0.2.12" authors = [ "dev@iohk.io", "mithril-dev@iohk.io", ] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A toolbox for Mithril crates build scripts" homepage = "https://mithril.network" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/input-output-hk/mithril/" [lib] name = "mithril_build_script" path = "src/lib.rs" [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34"