# 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 = "dominion-chat" version = "0.3.0" include = [ "src/**/*", "README.md", "assets/dominion-chat-hello-world.png", "!**/assets/**/*", ] description = "DNS chat server for fun and profit" readme = "README.md" keywords = [ "dns", "named", "chat", "domain", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://github.com/lopukhov/dominion" resolver = "1" [dependencies.argh] version = "0.1" [dependencies.dominion] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.memmap2] version = "0.5" [dependencies.num_cpus] version = "1" [dependencies.owo-colors] version = "3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5"