# 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 = "create-rspc-app" version = "0.0.3" authors = ["Oscar Beaumont "] include = [ "/src", "/LICENCE", "/README.md", "/templates", ] description = "Get started with your next rspc app!" documentation = "https://docs.rs/create-rspc-app" readme = "README.md" keywords = [ "rspc", "prisma-client-rust", "pcr", "tauri", "axum", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/oscartbeaumont/rspc" [dependencies.ctrlc] version = "3.2.5" [dependencies.include_dir] version = "0.7.3" [dependencies.requestty] version = "0.5.0" [dependencies.rustc_version] version = "0.4.0" [dependencies.serde_json] version = "1.0.95" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.ureq] version = "2.6.2" features = ["json"] [dependencies.walkdir] version = "2" [dev-dependencies.cargo] version = "0.69.1" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tokio] version = "1.27.0" features = [ "full", "process", ]