# 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 = "baildon-glue" version = "0.1.2" authors = ["garypen "] description = "Simple SQL Database" homepage = "https://github.com/garypen/baildon" documentation = "https://github.com/garypen/baildon#readme" readme = "README.md" keywords = [ "database", "embedded-database", "key-value-store", "btree", "async", ] categories = [ "asynchronous", "database-implementations", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/garypen/baildon" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.baildon] version = "0.1.2" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.28" [dependencies.gluesql] version = "0.14.0" default-features = false [dependencies.libc] version = "0.2.148" [dependencies.rustyline] version = "12.0.0" [dependencies.serde] version = "1.0.188" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.107" features = ["preserve_order"] [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "json", ]