# 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 = "surqlx" version = "0.1.0" authors = ["Collins Muriuki "] description = "reserved" readme = "README.md" license = "MIT" [lib] name = "surqlx" path = "./src/lib.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.chrono] version = "0.4.26" [dependencies.console] version = "0.15.7" [dependencies.indicatif] version = "0.17.6" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dependencies.surrealdb] version = "1.0.0-beta.9" [dependencies.tabled] version = "0.14.0" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1" features = [ "rt", "macros", ]