# 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 = "up-subscription" version = "0.1.3" authors = ["Eclipse Foundation uProtocol Project"] description = "Rust implementation of the Eclipse uProtocol uSubscription specification" homepage = "https://github.com/eclipse-uprotocol" license = "Apache-2.0" repository = "https://github.com/eclipse-uprotocol/up-subscription-rust" [dependencies.async-mutex] version = "1.4" [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.protobuf] version = "3.4" [dependencies.semver] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.up-rust] version = "0.1.3" features = ["usubscription"] [dependencies.uriparse] version = "0.6" [dev-dependencies.mockall] version = "0.12" [dev-dependencies.test-case] version = "3.3"