# 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 = "bustubx" version = "0.3.0" authors = ["lewiszlw "] description = "A simple relational database written in Rust" homepage = "https://github.com/systemxlabs/bustubx" readme = "README.md" keywords = [ "SQL", "database", ] license = "MIT" repository = "https://github.com/systemxlabs/bustubx" [lib] doctest = false [dependencies.comfy-table] version = "7.0.1" [dependencies.dashmap] version = "5.5.3" [dependencies.derive-new] version = "0.5.9" [dependencies.derive-with] version = "0.5.0" [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.sqlparser] version = "0.34.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.56"