# 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 = "ydke_parser" version = "0.2.0" authors = ["lilacgrimoire@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for YGOPro deck URLs in the YDKE format" readme = "README.md" keywords = [ "yugioh", "ygopro", "parser", ] categories = [ "parser-implementations", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Satellaa/ydke_parser" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = 0 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [profile.test] opt-level = 0 debug = 2 [lib] name = "ydke_parser" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.base64] version = "0.22.1" [dependencies.thiserror] version = "1.0.65" [badges.maintenance] status = "actively-developed"