# 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 = "2018" name = "gull" version = "6.0.2" authors = ["Aaron Abramov "] description = "type generation" license = "MIT" repository = "https://github.com/aaronabramov/gull" [dependencies.anyhow] version = "1.0" [dependencies.colored] version = "2" [dependencies.convert_case] version = "0.4" [dependencies.derive_builder] version = "0.11" [dependencies.diff] version = "0.1" [dependencies.docblock] version = "0.0.1" optional = true [dependencies.hex] version = "0.4.2" [dependencies.sha2] version = "0.9.1" [dev-dependencies.k9] version = "0.11" [dev-dependencies.regex] version = "1" [dev-dependencies.serde] version = "1.0.101" features = ["derive"] [dev-dependencies.serde_cbor] version = "0.9" [dev-dependencies.serde_json] version = "1.0" [features] default = [] sign_source = ["docblock"]