# 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 = "2018" name = "eyros" version = "4.6.2" description = "multi-dimensional interval database" homepage = "https://github.com/peermaps/eyros" documentation = "https://docs.rs/eyros" readme = "readme.md" keywords = [ "database", "multi-dimensional", "interval", "time-series", "geospatial", ] categories = ["database-implementations"] license-file = "LICENSE" repository = "https://github.com/peermaps/eyros" [profile.release] debug = true [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.async-std] version = "1.10.0" features = [ "attributes", "unstable", ] [dependencies.async-trait] version = "0.1.30" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.desert] version = "2.0.0" [dependencies.futures] version = "0.3.5" [dependencies.futures-core] version = "0.3.5" [dependencies.futures-io] version = "0.3.5" optional = true [dependencies.js-sys] version = "0.3.51" optional = true [dependencies.lru] version = "0.4.3" [dependencies.pin-project-lite] version = "0.2.6" [dependencies.pin-utils] version = "0.1.0" [dependencies.random-access-disk] version = "2.0.0" optional = true [dependencies.random-access-storage] version = "4.0.0" [dependencies.wasm-bindgen] version = "0.2.74" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.24" optional = true [dev-dependencies.rand] version = "0.6.1" [dev-dependencies.random] version = "0.12.2" [dev-dependencies.tempfile] version = "3.0.7" [features] 2d = [] 3d = [] 4d = [] 5d = [] 6d = [] 7d = [] 8d = [] default = [ "random-access-disk", "2d", "3d", "4d", ] no-debug = [] wasm = [ "wasm-bindgen", "wasm-bindgen-futures", "futures-io", "js-sys", "console_error_panic_hook", ]