# 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" name = "speki-backend" version = "0.1.9" description = "the backend to speki" license = "GPL-2.0-only" resolver = "1" [dependencies.cpython] version = "0.7" [dependencies.dirs] version = "5.0.1" [dependencies.openai] version = "1.0.0-alpha.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.3" features = [ "parse", "display", ] default-features = false [dependencies.uuid] version = "1.3.2" features = [ "v4", "serde", ] [dev-dependencies.insta] version = "1.29.0"