# 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 = "gphoto2" version = "3.3.1" authors = ["Maxicarlos08 "] description = "High-level wrapper for libgphoto2" homepage = "https://github.com/maxicarlos08/gphoto2-rs" documentation = "https://docs.rs/gphoto2/latest/gphoto2/" readme = "README.md" keywords = [ "gphoto2", "gphoto", "libgphoto", "camera", "ffi", ] license = "LGPL-2.1-only" repository = "https://git.maxicarlos.de/maxicarlos08/gphoto2-rs" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.libc] version = "0.2" [dependencies.libgphoto2_sys] version = "1.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.env_logger] version = "0.9.1" [dev-dependencies.insta] version = "1.20.0" [features] extended_logs = [] serde = ["dep:serde"] test = ["libgphoto2_sys/test"]