# 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 = "farcaster" version = "0.2.1" authors = ["Ferrah Aiko "] description = "Utility to securely fire commands and arbitrary data to a server over TCP" readme = "README.md" license = "MIT" repository = "https://github.com/FerrahWolfeh/farcaster" [dependencies.aes-gcm] version = "0.10.1" [dependencies.bincode] version = "1.3.3" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.thiserror-impl] version = "1.0.38"