mithril-build-script 0.2.31

A toolbox for Mithril crates build scripts
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 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 = "2024"
name = "mithril-build-script"
version = "0.2.31"
authors = [
    "dev@iohk.io",
    "mithril-dev@iohk.io",
]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    ".gitignore",
]
autolib = false
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/"
resolver = "2"

[lib]
name = "mithril_build_script"
path = "src/lib.rs"

[dependencies.saphyr]
version = "0.0.6"

[dependencies.semver]
version = "1.0.28"

[dependencies.serde_json]
version = "1.0.149"