# 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 = "rustdb" version = "5.2.114" authors = ["George Barwood"] include = ["/src"] description = "SQL database" readme = "README.md" categories = ["database-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/georgebarwood/RustDB/" [dependencies.pstd] version = "1.0.0" optional = true [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.131" features = [ "derive", "rc", ] optional = true [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.sqlite] version = "0.32.0" [features] builtin = [] compact = [] default = [ "builtin", "pack", "verify", "table", "max", "renumber", "gentrans", ] gentrans = [] log = [] log-execute = [] max = [ "builtin", "table", ] pack = [] pstd = ["dep:pstd"] renumber = [] serde = [ "dep:serde", "pstd/serde", ] table = [] unsafe-optim = ["pstd/unsafe-optim"] verify = []