svbony 0.1.2

Safe Rust wrapper for the SVBony USB camera SDK
# 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"
rust-version = "1.68"
name = "svbony"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for the SVBony USB camera SDK"
readme = "README.md"
keywords = [
    "svbony",
    "camera",
    "astronomy",
    "astrophotography",
    "usb",
]
categories = [
    "api-bindings",
    "science",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/ssmichael1/svbony"

[features]
image = ["dep:image"]

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

[[test]]
name = "camera"
path = "tests/camera.rs"

[dependencies.image]
version = "0.25"
optional = true
default-features = false

[dependencies.svbony-sys]
version = "0.1.1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false