# 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 = "rtl8139-rs" version = "0.1.2" authors = ["Valerian G. "] description = "no_std rtl8139 driver with async and sync interfaces" documentation = "https://docs.rs/rtl8139-rs" readme = "README.md" keywords = ["no_std", "driver", "rtl8139", "nic"] categories = ["asynchronous", "embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/vgarleanu/rtl8139-rs" [dependencies.cfg-if] version = "1.0.0" default-features = false [dependencies.conquer-once] version = "0.3.2" default-features = false [dependencies.crossbeam-queue] version = "0.3.1" features = ["alloc"] default-features = false [dependencies.crossbeam-utils] version = "0.8.1" default-features = false [dependencies.futures-util] version = "0.3.8" features = ["alloc", "async-await", "sink"] optional = true default-features = false [dependencies.spin] version = "0.7.0" [dependencies.x86_64] version = "0.13.1" [features] async = ["futures-util"] default = ["async"]