[package] name = "dexther_lib" version = "0.0.254" description = "Dexther tools for the platform." edition = "2021" license = "MIT" authors = ["Mark Mouawad "] homepage = "https://yourwebsite.com/my_crate" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] google-cloud-pubsub = "0.23" google-cloud-auth = "0.13.2" google-cloud-googleapis = "0.12.0" dotenv = "0.15.0" mongodb = "2.8.2" serde_json = "1.0.115" eyre = "0.6" tokio = { version = "1.0", features = ["full"] } serde = "1.0.203" reqwest = { version = "0.11", features = ["json"] } # Ensure 'json' feature is enabled ethers = "2.0.14" once_cell = "1.19.0" flate2 = "1.0.30" chrono = "0.4.38" base64 = "0.22.1"