# 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.74" name = "kittycad-execution-plan-traits" version = "0.1.15" authors = ["KittyCAD, Inc."] description = "Types for KittyCAD execution plans" keywords = ["kittycad"] license = "MIT" repository = "https://github.com/KittyCAD/modeling-api" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.51" [dependencies.uuid] version = "1.6.1" features = ["serde"] [lints.clippy] dbg_macro = "deny" [lints.rust] missing_docs = "deny"