# 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 = "ambiq-hal" version = "0.3.3" authors = ["Gaute Hope "] description = "HAL for the Ambiq Apollo MCU and boards" readme = "README.md" license = "MIT" repository = "https://github.com/gauteh/ambiq-rs" [dependencies.ambiq-apollo3-pac2] version = "0.2.0" [dependencies.ambiq-hal-sys] version = "0.1" optional = true [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.defmt] version = "0.3" [dependencies.embedded-hal] version = "0.2.6" features = ["unproven"] [dependencies.embedded-time] version = "0.12.1" [dependencies.nb] version = "1.0.0" [dependencies.paste] version = "1.0.5" [dependencies.rtcc] version = "0.3.0" [dependencies.ufmt] version = "0.1.0" [features] ambiq-sdk = ["ambiq-hal-sys"] default = [] rt = [ "cortex-m-rt", "ambiq-apollo3-pac2/rt", ] sparkfun-redboard = ["ambiq-hal-sys/sparkfun-redboard"] sparkfun-redboard-nano = ["ambiq-hal-sys/sparkfun-redboard-nano"]