# 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 = "frame_sequence_parser" version = "0.1.0" authors = ["Moritz Moeller "] exclude = [".github/**/*", "crates/**/*"] description = "Turns frame sequence strings into lists of frame numbers." documentation = "https://docs.rs/frame_sequence_parser/" readme = "README.md" keywords = ["graphics", "rendering", "frames", "sequence", "parser"] categories = ["graphics", "multimedia::images", "rendering"] license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" repository = "https://github.com/virtualritz/frame_sequence_parser/" resolver = "2" [dependencies.itertools] version = "0.10.3" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0"