# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "samd-timer" version = "0.2.0" authors = ["Adam Jacobus"] description = "High-level API for the TC/TCC peripherals found on the Microchip SAM MCUs." readme = "README.md" categories = ["embedded", "no-std", "hardware-support"] license = "MIT" repository = "https://github.com/proman21/samd-timer" [dependencies.atsamd-hal] version = "0.8.2" [dependencies.atsamd21e18a] version = "0.6.0" optional = true [dependencies.atsamd21g18a] version = "0.6.0" optional = true [dependencies.atsamd21j18a] version = "0.6.0" optional = true [dependencies.atsamd51g19a] version = "0.6.0" optional = true [dependencies.atsamd51j19a] version = "0.6.0" optional = true [dependencies.atsamd51j20a] version = "0.6.0" optional = true [dependencies.bitflags] version = "1.2.1" [dependencies.paste] version = "0.1.7" [dependencies.smart-default] version = "0.6.0" [features] samd21 = [] samd21e18a = ["atsamd21e18a", "atsamd-hal/samd21e18a", "samd21"] samd21g18a = ["atsamd21g18a", "atsamd-hal/samd21g18a", "samd21"] samd21j18a = ["atsamd21j18a", "atsamd-hal/samd21j18a", "samd21"] samd51 = [] samd51g19a = ["atsamd51g19a", "atsamd-hal/samd51g19a", "samd51"] samd51j19a = ["atsamd51j19a", "atsamd-hal/samd51j19a", "samd51"] samd51j20a = ["atsamd51j20a", "atsamd-hal/samd51j20a", "samd51"] same54 = []