[package] name = "rsdbc-core" description = "RSDBC core library" version = "0.0.1" authors = ["seancarroll"] edition = "2021" readme = "../README.md" keywords = ["sql"] categories = ["database"] repository = "https://github.com/eventfully-engineered/rsdbc" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = { version = "0.3" } thiserror = "1.0.29" url = "2.2.2"