[package]
edition = "2024"
name = "boost_function_types"
version = "0.1.0"
build = "build.rs"
links = "boost_function_types"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Boost C++ library boost_function_types packaged using Zanbil"
readme = false
license = "BSL-1.0"
repository = "https://github.com/zanbilify/boost_function_types"
[package.metadata.zanbil]
make_dependencies_public = true
[lib]
name = "boost_function_types"
path = "src/lib.rs"
[dependencies.boost_config]
version = "0.1.0"
[dependencies.boost_core]
version = "0.1.0"
[dependencies.boost_detail]
version = "0.1.0"
[dependencies.boost_mpl]
version = "0.1.0"
[dependencies.boost_preprocessor]
version = "0.1.0"
[dependencies.boost_type_traits]
version = "0.1.0"
[build-dependencies.zanbil-boost-build]
version = "0.1.0"