# 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 = "lordeckcodes" version = "1.1.0" description = "Legends of Runeterra deck encoder/decoder" homepage = "https://github.com/iulianR/lordeckcodes-rs" documentation = "https://docs.rs/lordeckcodes" readme = "README.md" keywords = [ "encoder", "decoder", "riot-games", "runeterra", "legends-of-runeterra", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/iulianR/lordeckcodes-rs" resolver = "2" [dependencies.data-encoding] version = "2.3" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.varint-rs] version = "2.2" [dev-dependencies.serde_json] version = "1.0" [features] default = ["serde"]