# 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 = "grubbnet" version = "0.1.7" authors = ["Declan Hopkins "] description = "Lightweight TCP client/server library for writing networked applications and games" homepage = "https://crates.io/crates/grubbnet" readme = "README.md" license = "MIT" repository = "https://github.com/dooskington/grubbnet" [lib] name = "grubbnet" crate-type = ["rlib"] [dependencies.bcrypt] version = "0.14" optional = true [dependencies.bincode] version = "1.1.4" [dependencies.byteorder] version = "1" [dependencies.derive_more] version = "0.99.17" [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ] [dependencies.openssl] version = "0.10.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [features] crypto = [ "openssl", "bcrypt", ]