# 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 = "ryn" version = "1.0.0" authors = ["Anonymous "] description = "ryn is an IRC client written in Rust" homepage = "https://dnrops.gitee.io" documentation = "https://docs.rs/ryn" readme = "README.md" keywords = ["crate"] categories = [ "development-tools", "command-line-utilities", "accessibility", ] license = "MIT" repository = "https://gitlab.com/andrew_ryan/ryn" [[bin]] name = "ryn_server" path = "./src/ryn_server.rs" [[bin]] name = "ryn_client" path = "./src/ryn_client.rs" [dependencies.crossterm] version = "0.27.0" [dependencies.doe] version = "0.3.14" features = ["clip"] [dependencies.getrandom] version = "0.2.10" [dependencies.local-ip-address] version = "0.5.6" [dependencies.rustls] version = "0.21.8"