# 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 = "tdb-succinct" version = "0.1.2" authors = [ "Matthijs van Otterdijk ", "Gavin Mendel-Gleason ", ] exclude = [ ".gitignore", ".github/", "/ci/", ] description = "succinct data structures used by terminusdb" homepage = "https://terminusdb.com" documentation = "https://docs.rs/tdb-succinct/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/terminusdb-labs/tdb-succinct" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.21.7" [dependencies.bitvec] version = "1.0.1" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.34" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.18" [dependencies.regex] version = "1.10.3" [dependencies.rug] version = ">=1.16, <2.0" features = [ "integer", "rational", ] default-features = false [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = [ "io-util", "macros", "rt", "fs", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"]