# 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] name = "libnetkeeper" version = "0.1.0" authors = ["realityone "] description = "The netkeeper toolkits write in rust." homepage = "https://github.com/realityone/libnetkeeper" documentation = "https://github.com/realityone/libnetkeeper" readme = "README.md" keywords = ["netkeeper", "singlenet", "ghca", "srun3k", "drcom"] categories = ["encoding", "cryptography"] license-file = "LICENSE" [lib] name = "netkeeper" [dependencies.linked-hash-map] version = "0.3.0" [dependencies.clippy] version = "0.0.160" optional = true [dependencies.chrono] version = "0.4.0" [dependencies.byteorder] version = "1.1.0" [dependencies.md4] version = "0.4.1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.rand] version = "0.3.15" [features] ghca = [] ipclient = [] dev = ["default", "clippy"] netkeeper = [] singlenet = [] default = ["netkeeper", "singlenet", "drcom", "ghca", "srun3k", "ipclient"] drcom = [] srun3k = []