[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"