# 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 = "openrpc-types" version = "0.4.0" description = "A transcription of types from the OpenRPC Specification" homepage = "https://crates.io/crates/openrpc-types" documentation = "https://docs.rs/openrpc-types" readme = "README.md" keywords = [ "openrpc", "api", ] categories = [ "development-tools", "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/openrpc-types" [dependencies.schemars] version = "0.8.16" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.proc-macro2] version = "1.0.85" features = ["span-locations"] default-features = false [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.serde_path_to_error] version = "0.1.16" [dev-dependencies.syn] version = "2.0.66" features = ["full"]