# 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_runtime" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust code generator for safe, fixed size, evolving records - runtime." documentation = "https://docs.rs/truc_runtime" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arnodb/truc" [lib] name = "truc_runtime" path = "src/lib.rs" [dependencies] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage,coverage_nightly)"]