[package]
name = "boost_property_tree"
description = "Boost C++ library boost_property_tree packaged using Zanbil"
version = "0.1.0"
edition = "2024"
links = "boost_property_tree"
license = "BSL-1.0"
repository = "https://github.com/zanbilify/boost_property_tree"
[package.metadata.zanbil]
make_dependencies_public = true
[dependencies]
boost_any = { version = "0.1.0", path = "../boost_any" }
boost_assert = { version = "0.1.0", path = "../boost_assert" }
boost_bind = { version = "0.1.0", path = "../boost_bind" }
boost_config = { version = "0.1.0", path = "../boost_config" }
boost_core = { version = "0.1.0", path = "../boost_core" }
boost_iterator = { version = "0.1.0", path = "../boost_iterator" }
boost_mpl = { version = "0.1.0", path = "../boost_mpl" }
boost_multi_index = { version = "0.1.0", path = "../boost_multi_index" }
boost_optional = { version = "0.1.0", path = "../boost_optional" }
boost_range = { version = "0.1.0", path = "../boost_range" }
boost_serialization = { version = "0.1.0", path = "../boost_serialization" }
boost_static_assert = { version = "0.1.0", path = "../boost_static_assert" }
boost_throw_exception = { version = "0.1.0", path = "../boost_throw_exception" }
boost_type_traits = { version = "0.1.0", path = "../boost_type_traits" }
[build-dependencies]
zanbil-boost-build = "0.1.0"