# 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 = "ltr303" version = "0.1.4" authors = ["Ardelean Călin-Petru "] exclude = [ ".devcontainer", ".vscode", ] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE", ] description = "Platform agnostic Rust driver for the LTR-303 Ambient Light Sensor." homepage = "https://github.com/Ardelean-Calin/ltr303-rs" documentation = "https://docs.rs/ltr303" readme = "README.md" keywords = [ "ambient", "light", "sensor", "embedded-hal-driver", "als", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/Ardelean-Calin/ltr303-rs" [dependencies.embedded-hal] version = "1.0" [dependencies.num] version = "0.4" default-features = false [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.paste] version = "1.0.7" [dev-dependencies.embedded-hal-mock] version = "0.10.0" [dev-dependencies.linux-embedded-hal] version = "0.4.0"