chdkptp 0.1.0

Pure-Rust client for Canon cameras running CHDK firmware (PTP/USB)
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"
rust-version = "1.78"
name = "chdkptp"
version = "0.1.0"
build = false
exclude = [
    "PLAN.html",
    "CLOCKSYNC.html",
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust client for Canon cameras running CHDK firmware (PTP/USB)"
readme = "README.md"
keywords = [
    "chdk",
    "canon",
    "camera",
    "ptp",
    "usb",
]
categories = [
    "multimedia::images",
    "hardware-support",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/joseph-x-li/chdkptp_rs"

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

[[example]]
name = "chdk_version"
path = "examples/chdk_version.rs"

[[example]]
name = "device_info"
path = "examples/device_info.rs"

[[example]]
name = "download_file"
path = "examples/download_file.rs"

[[example]]
name = "exec_lua"
path = "examples/exec_lua.rs"

[[example]]
name = "list_cameras"
path = "examples/list_cameras.rs"

[[example]]
name = "live_view"
path = "examples/live_view.rs"

[[example]]
name = "shoot"
path = "examples/shoot.rs"

[[example]]
name = "shoot_all"
path = "examples/shoot_all.rs"

[[example]]
name = "shoot_all_clocksync"
path = "examples/shoot_all_clocksync.rs"

[[example]]
name = "shoot_and_download"
path = "examples/shoot_and_download.rs"

[[example]]
name = "upload_file"
path = "examples/upload_file.rs"

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

[dependencies.nusb]
version = "0.1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.pollster]
version = "0.3"