# 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 = "gd32c1x3-hal" version = "0.1.1" authors = [ "guineawheek ", "Sparrowgrine ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HAL for the GD32C1x3 family of microcontrollers" readme = "README.md" keywords = [ "arm", "cortex-m", "gd32", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/guineawheek/gd32c1x3-hal" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = [ "gd32c103", "rt", ] [profile.release] lto = true codegen-units = 1 debug = 2 [lib] name = "gd32c1x3_hal" path = "src/lib.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.bxcan] version = "0.8.0" package = "bxcan-ng" [dependencies.cortex-m] version = "0.7.7" [dependencies.embedded-dma] version = "0.2.0" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.embedded-storage] version = "0.3.1" [dependencies.embedded-storage-async] version = "0.4.1" [dependencies.fugit] version = "0.3.7" [dependencies.fugit-timer] version = "0.1.3" [dependencies.gd32c1] version = "0.9.1" [dependencies.nb] version = "1.1.0" [dependencies.synopsys-usb-otg] version = "0.4.1" features = ["fs"] package = "gd32-synopsys-usb-otg" [dependencies.void] version = "1.0.2" default-features = false [features] critical-section = ["gd32c1/critical-section"] gd32c103 = ["gd32c1/gd32c103"] gd32c113 = ["gd32c1/gd32c113"] rt = ["gd32c1/rt"]