[package]
name = "boost_function_types"
description = "Boost C++ library boost_function_types packaged using Zanbil"
version = "0.1.0"
edition = "2024"
links = "boost_function_types"
license = "BSL-1.0"
repository = "https://github.com/zanbilify/boost_function_types"
[package.metadata.zanbil]
make_dependencies_public = true
[dependencies]
boost_config = { version = "0.1.0", path = "../boost_config" }
boost_core = { version = "0.1.0", path = "../boost_core" }
boost_detail = { version = "0.1.0", path = "../boost_detail" }
boost_mpl = { version = "0.1.0", path = "../boost_mpl" }
boost_preprocessor = { version = "0.1.0", path = "../boost_preprocessor" }
boost_type_traits = { version = "0.1.0", path = "../boost_type_traits" }
[build-dependencies]
zanbil-boost-build = "0.1.0"