# 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 = "aoaddons" version = "0.2.0" authors = ["Wiktor Mazur "] build = "build.rs" include = ["**/*.rs", "Cargo.toml", "assets"] description = "Simple library for creating addons for albion online game in multiple programing languages." documentation = "https://docs.rs/albion-online-addons/*/albion-online-addons/" readme = "README.md" keywords = ["games", "albiononline", "photon", "unity", "albion"] categories = ["network-programming", "encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/mazurwiktor/albion-online-addons" [profile.dev] panic = "unwind" [profile.release] panic = "unwind" [lib] name = "aoaddons" [[bin]] name = "packetprinter" path = "src/packetprinter.rs" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.curl] version = "0.4" [dependencies.derive_more] version = "0.99" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.pnet] version = "0.28.0" [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.6" [dependencies.timer] version = "0.1" [dev-dependencies.fake_clock] version = "0.3.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0"