# 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 = "communication_application_server" version = "0.1.0" description = "An experimental new format for server-client communcation via Sockets and TOML" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/secondary-smiles/communication-application" resolver = "2" [dependencies.blake3] version = "1.3.1" [dependencies.chrono] version = "0.4.19" [dependencies.openssl] version = "0.10.41" [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.toml] version = "0.5.9"