# 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 = "2018" name = "cylon" version = "0.3.3" authors = ["Creston Bunch "] description = "An efficient compiler for robots.txt files" keywords = ["robots", "txt", "parse", "compile"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/crestonbunch/cylon" [[bench]] name = "parse" harness = false [dependencies.futures-util] version = "0.3" features = ["io"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["async_futures"] [dev-dependencies.tokio-test] version = "0.4" [features] crawl-delay = []