# 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] name = "automaton" version = "0.0.2" authors = ["Carl Lerche "] exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] description = "Parse regular languages" homepage = "https://github.com/carllerche/automaton" documentation = "http://carllerche.github.io/automaton/automaton" readme = "README.md" keywords = [ "automaton", "regex", "parser", ] license = "MIT" repository = "https://github.com/carllerche/automaton" [[test]] name = "test" path = "test/test.rs" [[bench]] name = "bench" path = "bench/bench.rs" [dev-dependencies.regex] version = "0.1.29" [features] bench = []