# DO NOT EDIT ! # This file was generated automatically from 'src/generator/templates/Cargo.toml.mako' # DO NOT EDIT ! [package] name = "google-firebasedatabase1_beta-cli" version = "6.0.0+20240626" authors = ["Sebastian Thiel "] description = "A complete library to interact with Firebase Realtime Database (protocol v1beta)" repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/firebasedatabase1_beta-cli" homepage = "https://firebase.google.com/docs/reference/rest/database/database-management/rest/" documentation = "http://byron.github.io/google-apis-rs/google_firebasedatabase1_beta_cli" license = "MIT" keywords = ["firebasedatabase", "google", "cli"] autobins = false edition = "2021" [[bin]] name = "firebasedatabase1-beta" path = "src/main.rs" [dependencies] chrono = { version = "0.4", default-features = false, features = ["clock"] } clap = "2" http-body-util = "0.1" hyper = "1" hyper-rustls = { version = "0.27", default-features = false } hyper-util = "0.1" mime = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full"] } url = "2" utoipa = { version = "4", optional = true } yup-oauth2 = { version = "11", optional = true } google-apis-common = { path = "../../google-apis-common", version = "7" } google-clis-common = { path = "../../google-clis-common", version = "7" } [dependencies.google-firebasedatabase1_beta] path = "../firebasedatabase1_beta" version = "6.0.0+20240626"