eventcv-core 1.0.0

Rust core of EventCV — OpenCV for event-based 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 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 = "eventcv-core"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust core of EventCV — OpenCV for event-based vision."
readme = false
keywords = [
    "event-camera",
    "computer-vision",
    "dvs",
    "neuromorphic",
]
categories = ["computer-vision"]
license = "Apache-2.0"
repository = "https://github.com/EventLAB-Team/eventcv"

[package.metadata.docs.rs]
features = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "eventcv_core"
path = "src/lib.rs"

[dependencies.hdf5]
version = "0.12"
features = [
    "static",
    "lzf",
    "zlib",
]
optional = true
default-features = false
package = "hdf5-metno"

[dependencies.ndarray]
version = "0.17"

[dependencies.npyz]
version = "0.9"
features = [
    "derive",
    "npz",
]

[dependencies.png]
version = "0.17"

[dependencies.rayon]
version = "1.10"

[dependencies.rosbag]
version = "0.6.3"

[dependencies.zip]
version = "0.6"
default-features = false