# 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 = "rs-conllu" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for the CoNLL-U format of the Universal Dependencies project." readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "rs_conllu" path = "src/lib.rs" [[bin]] name = "conllint" path = "src/bin/conllint.rs" [[test]] name = "file_parse_test" path = "tests/file_parse_test.rs" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.walkdir] version = "2.3.2"