# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "proximity-db" version = "0.1.1" authors = ["Tom Forbes "] description = "Nearest Neighbour Database" license = "GPL-3.0" [dependencies.anyhow] version = "1.0.31" [dependencies.dashmap] version = "3.11.4" [dependencies.enum-iterator] version = "0.6.0" [dependencies.futures] version = "0.3.5" [dependencies.human_format] version = "1.0.3" [dependencies.nalgebra] version = "0.21.1" [dependencies.num_enum] version = "0.5.0" [dependencies.proximity] version = "0.1.0" [dependencies.proximity-grpc] version = "0.1.0" [dependencies.rand] version = "0.7.3" [dependencies.streaming-stats] version = "0.2.3" [dependencies.structopt] version = "0.3.14" [dependencies.thiserror] version = "1.0.19" [dependencies.tokio] version = "0.2.21" features = ["full"] [dependencies.tonic] version = "0.2.1" [dependencies.typenum] version = "1.12.0"