# 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 = "terminusdb-10-to-11" version = "1.0.0" authors = [ "Gavin Mendel-Gleason ", "Matthijs van Otterdijk ", "Robin de Rooij ", ] description = "Converts a terminusdb v10 store to a v11 store" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/terminusdb/terminusdb-10-to-11" [dependencies.base64] version = "0.13" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.fs2] version = "0.4.3" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.postcard] version = "1.0" features = ["alloc"] [dependencies.regex] version = "1.7" [dependencies.rug] version = "1.16" features = [ "integer", "rational", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.terminus-store_10] version = "0.19.11" package = "terminus-store" [dependencies.terminus-store_11] version = "0.20.0-rc4" package = "terminus-store" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["codec"]