# 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] edition = "2018" name = "sdlang" version = "0.0.1" authors = ["ARaspiK "] publish = true description = "An SDLang format parser" homepage = "https://github.com/araspik/sdlang/blob/master/README.md" documentation = "https://docs.rs/sdlang" readme = "README.md" keywords = ["formats", "parsing", "sdlang"] categories = ["parsing"] license = "MIT" [dependencies.base64] version = "~0.10.1" [dependencies.chrono] version = "~0.4.6" [dependencies.itertools] version = "~0.8.0" [dependencies.pest] version = "~2.1.0" [dependencies.pest_derive] version = "~2.1.0" [features] [badges.codecov] branch = "master" repository = "araspik/sdlang" service = "github" [badges.is-it-maintained-issue-resolution] repository = "araspik/sdlang" [badges.is-it-maintained-open-issues] repository = "araspik/sdlang" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "araspik/sdlang"