# 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 = "warp-devices" version = "0.3.1" authors = ["Vladimir Komendantskiy "] description = "Library for interfacing with Xilinx XDMA FPGAs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Quarky93/warpshell" resolver = "1" [[example]] name = "cms_regs" [[example]] name = "card_info" [[bench]] name = "varium_c1100" harness = false [dependencies.enum-iterator] version = "1.2" [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.5" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.packed_simd] version = "0.3.8" package = "packed_simd_2" [dev-dependencies.rand] version = "0.8.5" features = ["simd_support"] [dev-dependencies.test-log] version = "0.2.11"