# 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 = "rtj" version = "0.3.1" authors = ["Anthony J. Martinez "] description = "Run This Job, a generic job execution framework in Rust" homepage = "https://github.com/anthonyjmartinez/rtj" readme = "README.md" keywords = [ "network", "services", "api", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/anthonyjmartinez/rtj.git" [dependencies.crypto_box] version = "0.7" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.rmp-serde] version = "1"