# 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-modeling-session" version = "0.1.4" authors = ["KittyCAD, Inc."] description = "Start a session with the KittyCAD Modeling API" keywords = ["kittycad"] license = "MIT" repository = "https://github.com/KittyCAD/modeling-api" [dependencies.futures] version = "0.3.29" [dependencies.kittycad] version = "0.3.0" features = ["requests"] [dependencies.kittycad-modeling-cmds] version = "0.2.0" features = ["websocket"] [dependencies.lsystem] version = "0.2.1" [dependencies.reqwest] version = "0.11.22" [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.21.0" [dependencies.uuid] version = "1.6.1" features = ["v4"] [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.image] version = "0.24.7" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [lints.clippy] dbg_macro = "deny" [lints.rust] missing_docs = "deny"