# 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" rust-version = "1.61.0" name = "dofus-framework" version = "0.1.16" description = "This crate contains modules and functions that help sustain a dofus emulator binary application" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dofuzeiro/dofus-framework" [dependencies.anyhow] version = "1.0.58" [dependencies.futures] version = "0.3.25" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.137" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_derive] version = "1.0.138" [dependencies.serde_json] version = "1.0.82" [dependencies.serde_yaml] version = "0.8.24" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.37"