# 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 = "ua_contact_book" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser, which take file filled with lines of contact and converts it into JSON format" readme = "README.md" license = "MIT" [lib] name = "ua_contact_book" path = "src/lib.rs" [[bin]] name = "ua_contact_book" path = "src/main.rs" [[test]] name = "birth_date_test" path = "tests/birth_date_test.rs" [[test]] name = "city_test" path = "tests/city_test.rs" [[test]] name = "contact_test" path = "tests/contact_test.rs" [[test]] name = "email_test" path = "tests/email_test.rs" [[test]] name = "file_test" path = "tests/file_test.rs" [[test]] name = "name_test" path = "tests/name_test.rs" [[test]] name = "number_test" path = "tests/number_test.rs" [[test]] name = "numbers_test" path = "tests/numbers_test.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14"