Update Cargo metadata
This commit is contained in:
parent
7690d09fb8
commit
07367c2022
|
@ -4,6 +4,10 @@ version = "0.1.0"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches"
|
||||||
|
homepage = "https://github.com/InstantDomainSearch/instant-distance"
|
||||||
|
repository = "https://github.com/InstantDomainSearch/instant-distance"
|
||||||
|
documentation = "https://docs.rs/instant-distance"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
with-serde = ["serde", "serde-big-array"]
|
with-serde = ["serde", "serde-big-array"]
|
||||||
|
|
Loading…
Reference in New Issue