# 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 = "empath" version = "0.0.2" authors = ["Pyxxil"] build = "build.rs" description = "An MTA written in Rust" documentation = "https://github.com/Pyxxilated-Studios/empath" license-file = "LICENSE" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "server" path = "bin/main.rs" [dependencies.async-channel] version = "1.8.0" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2" [dependencies.ctrlc] version = "3.4.0" [dependencies.fern] version = "0.6" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4" [dependencies.mailparse] version = "0.14" [dependencies.rustls] version = "0.21" [dependencies.rustls-pemfile] version = "1.0" [dependencies.smol] version = "1.2" [dependencies.smol-timeout] version = "0.6" [dependencies.trust-dns-resolver] version = "0.22" [build-dependencies.cbindgen] version = "0.24.5"