# 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 = "soe-network-parser" version = "1.0.0" description = "soe network parser" readme = "README.md" license = "MIT" repository = "https://github.com/H1emu/soe-network-parser" resolver = "2" [profile.release] opt-level = 3 lto = true [lib] name = "soe_network_parser_lib" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.h1emu-core] version = "0.8.14" features = ["soeprotocol"] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.path-absolutize] version = "3.0.13" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81"