# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "composition" version = "0.1.0" authors = ["Garen Tyler "] description = "An extremely fast 1.8.9 Minecraft server" license = "MIT" [dependencies.async-trait] version = "0.1.48" [dependencies.chrono] version = "0.4.13" [dependencies.ctrlc] version = "3.1.8" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.futures] version = "0.3.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.radix64] version = "0.3.0" [dependencies.serde] version = "1.0.114" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5"