# 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 = "lolrofl" version = "0.2.0" exclude = [ "/.gitignore", "/ROFLFormat.adoc", "/.github", ] description = "Library and tool to parse and inspect ROFL replay files generated from League of Legends games." license = "Apache-2.0" repository = "https://github.com/Ayowel/lolrofl-rs" resolver = "2" [[bin]] name = "lolrofl" required-features = [ "clap", "json", "payload", ] [dependencies.base64] version = "^0.13.0" optional = true [dependencies.blowfish] version = "^0.9.1" optional = true [dependencies.byteorder] version = "^1.4.3" [dependencies.clap] version = "^3.1.18" features = ["derive"] optional = true [dependencies.flate2] version = "^1.0.24" optional = true [dependencies.json] version = "^0.12.4" optional = true [features] default = ["payload"] payload = [ "blowfish", "flate2", "base64", ]