[package] name = "dolph" version = "0.0.2" edition = "2021" license = "MIT OR Apache-2.0" description = "A shell to interface with dolphino cloud" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" env_logger = "0.10" config = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # pulsar = "4.1.1" # tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } # futures = "0.3" # rumqttc = "0.17.0" # clap = "4.0.18" # shlex = "1.1.0" # kube = { version = "0.75.0", features = ["runtime", "derive"] } # k8s-openapi = { version = "0.16.0", features = ["v1_25"] }