rnp-src 0.1.0

Build scripts for compiling librnp from source
[package]
name = "rnp-src"
version = "0.1.0"
edition = "2024"
rust-version = "1.88"
authors = ["Ribose Inc. <open.source@ribose.com>"]
license = "BSD-2-Clause"
description = "Build scripts for compiling librnp from source"
repository = "https://github.com/rnpgp/rnp-rs"
homepage = "https://github.com/rnpgp/rnp-rs"
links = "rnp"
# release-plz skips this package — we publish it manually with --no-verify
# because the build.rs compiles Botan (10+ min) which cargo's verification
# step can't handle. See release.yml.
publish = true

[dependencies]
botan-src = "0.31200.0"

[build-dependencies]
botan-src = "0.31200.0"
cmake = "0.1"