# 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 = "tikh_email_parser" version = "0.1.0" authors = ["Tikhon Ishchenko "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple parser of email addresses." documentation = "https://docs.rs/tikh_email_parser" readme = "README.md" license = "MIT" repository = "https://github.com/your-username/tikh_email_parser" [lib] name = "tikh_email_parser" path = "src/lib.rs" [[bin]] name = "tikh_email_parser" path = "src/main.rs" [[test]] name = "email_tests" path = "tests/email_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.thiserror] version = "1.0"