# 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 = "2018" name = "cyclone-v" version = "0.1.0" authors = ["Hans Larsen "] description = "Cyclone V FPGA programming library for Rust" homepage = "https://github.com/golem-fpga/golem" documentation = "https://docs.rs/cyclone-v" readme = "README.md" keywords = [ "fpga", "cyclone-v", "intel", "low-level", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/golem-fpga/golem.git" resolver = "2" [dependencies.bitfield] version = "0.14.0" [dependencies.byteorder] version = "1.4.3" [dependencies.libc] version = "0.2.147" [dependencies.memoffset] version = "0.9.0" [dependencies.paste] version = "1.0.14" [dependencies.static_assertions] version = "1.1.0" [features] default = ["std"] std = []