# 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 = "gozo" version = "0.1.1" description = "Message scheduler for NATS." readme = "README.md" keywords = [ "nats", "client", "messaging", "scheduler", ] categories = [ "network-programming", "date-and-time", ] license = "MPL-2.0" repository = "https://codeberg.org/gblach/gozo" [profile.release] lto = "thin" strip = "symbols" [dependencies.argh] version = "0.1" [dependencies.async-nats] version = "0.35" [dependencies.bytes] version = "1.6" [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.dotenvy] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.rmp-serde] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.37" features = [ "macros", "rt-multi-thread", "time", ]