# 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 = "2018" name = "kassatypes" version = "0.1.0" authors = ["Sebastian "] description = "Types for the Kassadin Project" license = "Apache-2.0" [lib] name = "kassatypes" path = "src/lib.rs" [dependencies.serde] version = "1.0.125" features = ["derive"] optional = true [dependencies.serde_repr] version = "0.1.7" optional = true [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [features] api = [] default = ["lcu", "api", "socket", "serialize"] lcu = [] serialize = ["serde", "serde_repr"] socket = []