# 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 = "textgridde-rs" version = "0.1.1" authors = ["Caleb Long "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for dealing with Praat TextGrid files. MIT licensed." readme = "README.adoc" keywords = [ "praat", "textgrid", "phonetics", "linguistics", "file-format", ] categories = [ "text-processing", "parsing", ] license = "MIT" repository = "https://github.com/cmlong02/textgridde-rs" [lib] name = "textgridde_rs" path = "src/lib.rs" [dependencies.derive_more] version = "^0.99" [dependencies.getset] version = "^0.1" [dependencies.regex] version = "^1"