# 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 = "specta-typescript" version = "0.0.7" authors = ["Oscar Beaumont "] description = "Export your Rust types to TypeScript" documentation = "https://docs.rs/specta-zod/latest/specta-zod" keywords = [ "async", "specta", "rspc", "typescript", "typesafe", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/oscartbeaumont/specta" [package.metadata."docs.rs"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.specta] version = "=2.0.0-rc.20" [dependencies.specta-serde] version = "=0.0.7" [dependencies.thiserror] version = "1.0.61" [features] default = [] function = ["specta/function"] [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.panic] level = "warn" priority = -1 [lints.clippy.panic_in_result_fn] level = "warn" priority = -1 [lints.clippy.todo] level = "warn" priority = -1 [lints.clippy.unwrap_used] level = "warn" priority = -1 [lints.rust.unsafe_code] level = "forbid" priority = -1