ftm-types 0.4.0

FollowTheMoney types code generator for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ftm-types"
version = "0.4.0"
authors = ["Christian Stefanescu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FollowTheMoney types code generator for Rust"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/stchris/ftm-rs"

[features]
builder = ["bon"]
default = ["builder"]

[lib]
name = "ftm_types"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "ftm-types"
path = "src/main.rs"

[[example]]
name = "builder"
path = "examples/builder.rs"

[[example]]
name = "first_steps"
path = "examples/first_steps.rs"

[[example]]
name = "trait_polymorphism"
path = "examples/trait_polymorphism.rs"

[[test]]
name = "ftm_random_parsing"
path = "tests/ftm_random_parsing.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bon]
version = "3.8"
optional = true

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syn]
version = "2.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.tempfile]
version = "3.8"

[profile.dist]
lto = "thin"
inherits = "release"