akaze 0.7.0

AKAZE feature extraction algorithm for computer vision
Documentation
# 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 = "akaze"
version = "0.7.0"
authors = ["Geordon Worley <vadixidav@gmail.com>"]
description = "AKAZE feature extraction algorithm for computer vision"
documentation = "https://docs.rs/akaze/"
readme = "README.md"
keywords = ["keypoint", "descriptor", "vision", "sfm", "slam"]
categories = ["computer-vision", "science::robotics"]
license = "MIT"
repository = "https://github.com/rust-cv/akaze"
[profile.bench]
codegen-units = 1
debug = true

[profile.dev]
opt-level = 3

[[bench]]
name = "criterion"
harness = false
[dependencies.bitarray]
version = "0.2.3"

[dependencies.cv-core]
version = "0.15.0"

[dependencies.derive_more]
version = "0.99.8"
default-features = false

[dependencies.float-ord]
version = "0.2.0"
default-features = false

[dependencies.image]
version = "0.23.6"
default-features = false

[dependencies.log]
version = "0.4.8"
default-features = false

[dependencies.ndarray]
version = "0.13.1"
default-features = false

[dependencies.nshare]
version = "0.1.1"
features = ["ndarray", "image"]

[dependencies.primal]
version = "0.3.0"
default-features = false

[dependencies.space]
version = "0.10.3"
[dev-dependencies.arrsac]
version = "0.5.0"

[dev-dependencies.bitarray]
version = "0.2.3"
features = ["space"]

[dev-dependencies.criterion]
version = "0.3.2"

[dev-dependencies.cv-pinhole]
version = "0.6.0"

[dev-dependencies.eight-point]
version = "0.8.0"

[dev-dependencies.image]
version = "0.23.6"

[dev-dependencies.pretty_env_logger]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.rand_pcg]
version = "0.2.1"

[dev-dependencies.space]
version = "0.10.3"