# 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 = "libarc2" version = "0.6.0" authors = ["Spyros Stathopoulos "] build = false exclude = ["getbl-win32.py"] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level interface library for ArC TWO™" homepage = "http://arc-instruments.co.uk" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/arc-instruments/libarc2" [lib] name = "libarc2" path = "src/lib.rs" [[test]] name = "hardware" path = "tests/hardware.rs" [dependencies.bitflags] version = "1.3" [dependencies.bitvec] version = "~1.0" [dependencies.lazy_static] version = "1.4" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.spin_sleep] version = "1.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.serial_test] version = "0.4" [features] debug_packets = [] default = ["flag_addresses"] dummy_writes = [] flag_addresses = [] hardware_tests = [] zero_before_write = [] [target.'cfg(all(any(target_os = "windows", target_os = "linux"), target_arch = "x86_64"))'.dependencies.beastlink] version = "1.0"