# 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 = "2021" rust-version = "1.56.1" name = "truc" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust code generator for safe, fixed size, evolving records." documentation = "https://docs.rs/truc" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arnodb/truc" [lib] name = "truc" path = "src/lib.rs" [dependencies.codegen] version = "0.2" [dependencies.derive-new] version = "0.7" [dependencies.derive_more] version = "0.99" [dependencies.itertools] version = "0.13" [dependencies.maplit] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", "visit-mut", ] [dependencies.truc_runtime] version = "0.2.1" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage,coverage_nightly)"]