# 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 = "putex" version = "0.2.0" description = "process mutex" readme = "README.md" license = "Apache-2.0" repository = "https://git.strudelline.net/james/putex.git" [dependencies.anyhow] version = "1.0" [dependencies.async-nats] version = "0.35.1" [dependencies.bytes] version = "1.6.1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.tokio] version = "1.38.1" features = ["full"]