* Bump convert_case from 0.6.0 to 0.8.0 in /rust Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.6.0 to 0.8.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
33 lines
746 B
TOML
33 lines
746 B
TOML
[package]
|
|
name = "kcl-derive-docs"
|
|
description = "A tool for generating documentation from Rust derive macros"
|
|
version = "0.1.45"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/KittyCAD/modeling-app"
|
|
rust-version = "1.73"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
Inflector = "0.11.4"
|
|
convert_case = "0.8.0"
|
|
once_cell = "1.20.2"
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
regex = "1.11"
|
|
serde = { workspace = true }
|
|
serde_tokenstream = "0.2"
|
|
syn = { version = "2.0.96", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
anyhow = { workspace = true }
|
|
expectorate = "1.1.0"
|
|
pretty_assertions = "1.4.1"
|
|
rustfmt-wrapper = "0.2.1"
|
|
|
|
[lints]
|
|
workspace = true
|