# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "next_episode" version = "0.3.0" authors = ["Athiwat Chunlakhan"] exclude = [".vscode"] description = "Find the next possible episode" homepage = "https://github.com/athiwatc/next_episode" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/athiwatc/next_episode" [[bench]] name = "my_benchmark" harness = false [dependencies.itertools] version = "0.7.8" [dependencies.lazy_static] version = "1.0.1" [dependencies.regex] version = "1.0.0" [dev-dependencies.criterion] version = "0.2"