Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
730 B
TOML
30 lines
730 B
TOML
[package]
|
|
name = "derive-docs"
|
|
description = "A tool for generating documentation from Rust derive macros"
|
|
version = "0.1.25"
|
|
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.6.0"
|
|
once_cell = "1.19.0"
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
regex = "1.10"
|
|
serde = { version = "1.0.209", features = ["derive"] }
|
|
serde_tokenstream = "0.2"
|
|
syn = { version = "2.0.75", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0.86"
|
|
expectorate = "1.1.0"
|
|
pretty_assertions = "1.4.0"
|
|
rustfmt-wrapper = "0.2.1"
|