# 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 = "deucalion" version = "1.0.0" authors = ["ff14wed"] build = "build.rs" description = "High-performance Windows library for capturing decoded FFXIV packets." homepage = "https://github.com/ff14wed/deucalion" readme = "README.md" keywords = [ "ffxiv", "windows", "dll-injection", "dll", ] license = "GPL-3.0" repository = "https://github.com/ff14wed/deucalion" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [package.metadata.winres] CompanyName = "Flawed" LegalCopyright = "Copyright (C) Flawed" OriginalFilename = "deucalion.dll" [lib] name = "deucalion" crate-type = [ "rlib", "dylib", ] [dependencies.anyhow] version = "1.0" [dependencies.binary-layout] version = "3.2" [dependencies.bytes] version = "1" [dependencies.dirs] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2" [dependencies.once_cell] version = "1.19" [dependencies.parking_lot] version = "0.12" [dependencies.pelite] version = "0.10" [dependencies.retour] version = "0.3" features = ["static-detour"] [dependencies.simplelog] version = "0.12" [dependencies.stream-cancel] version = "0.8.2" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38.0" features = [ "io-util", "sync", "rt", "rt-multi-thread", "net", "time", "macros", ] [dependencies.tokio-util] version = "0.7.11" features = [ "codec", "compat", ] [dev-dependencies.ntest] version = "0.9" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.winres] version = "0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "minwindef", "minwinbase", "processthreadsapi", "libloaderapi", "consoleapi", "wincon", ]