# 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 = "itla" version = "0.1.2" authors = ["Xavier L'Heureux "] description = "ITLA (micro laser) non-blocking control library using embedded-hal" readme = "README.md" keywords = ["embedded-hal", "ITLA", "itla", "laser", "PPCL"] categories = ["asynchronous", "embedded", "no-std", "science"] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/polyorbite1/cubesat/itla-rs.git" resolver = "2" [dependencies.defmt] version = "0.3" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.heapless] version = "0.7" [dependencies.nb] version = "1.0" [dev-dependencies.embedded-hal-mock] version = "0.8" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.4" [features] defmt-debug = [] defmt-default = [] defmt-error = [] defmt-info = [] defmt-trace = [] defmt-warn = [] ppcl200 = []