[package] name = "engula" version = "0.3.0" edition = "2021" license = "Apache-2.0" homepage = "https://engula.io" repository = "https://github.com/engula/engula" keywords = ["database", "storage-engine"] categories = [ "asynchronous", "data-structures", "database", "database-implementations", ] description = "The Engula command line tool." [dependencies] engula-transactor = { version = "0.3", path = "../transactor" } anyhow = "1.0" clap = { version = "3.0", features = ["derive"] } prost = "0.9" tokio = { version = "1.15", features = ["full"] } tokio-stream = { version = "0.1.8", features = ["net"] } tonic = "0.6" tracing = "0.1.31" tracing-subscriber = "0.3.9"