# 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 = "rustyper" version = "0.0.2" authors = ["Flobsx "] build = false include = [ "**/*.rs", "Cargo.toml", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI clone of monkeytype.com to practice TDD with Rust." homepage = "https://gitlab.com/flobsx/rustyper" documentation = "https://flobsx.gitlab.io/-/rustyper" readme = "README.md" keywords = [ "cli", "typing", "monkeytype", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/flobsx/rustyper" [lib] name = "rustyper" path = "src/lib.rs" [[bin]] name = "rustyper" path = "src/main.rs" [dependencies]