[package]
edition = "2024"
name = "bomboni_core"
version = "0.2.1"
authors = ["Tin Rabzelj <tin@flinect.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal part of Bomboni library."
homepage = "https://github.com/tinrab/bomboni"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/tinrab/bomboni"
[lib]
name = "bomboni_core"
path = "src/lib.rs"
[dependencies.convert_case]
version = "0.9.0"
[dependencies.syn]
version = "2.0.116"
features = ["full"]