# 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.73" name = "kittycad-execution-plan" version = "0.1.6" description = "A DSL for composing KittyCAD API queries" license = "MIT" repository = "https://github.com/KittyCAD/modeling-api" [dependencies.bytes] version = "1.5" [dependencies.gltf-json] version = "1.4.0" [dependencies.insta] version = "1.34.0" [dependencies.kittycad] version = "0.3.0" features = ["requests"] [dependencies.kittycad-execution-plan-macros] version = "0.1.9" [dependencies.kittycad-execution-plan-traits] version = "0.1.15" [dependencies.kittycad-modeling-cmds] version = "0.2.0" [dependencies.kittycad-modeling-session] version = "0.1.2" [dependencies.parse-display-derive] version = "0.8.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tabled] version = "0.15.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.35.0" features = [ "rt", "macros", ] [dependencies.uuid] version = "1.6.1" [dev-dependencies.image] version = "0.24.7" features = ["png"] default-features = false [dev-dependencies.twenty-twenty] version = "0.7.0" [lints.clippy] dbg_macro = "deny" [lints.rust] missing_docs = "deny"