# 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 = "poplar" version = "0.1.0" authors = ["Isaac Woods"] description = "Rust interace to the Poplar kernel from userspace" license = "MIT OR Apache-2.0" [dependencies.alloc] version = "1.0.0" optional = true package = "rustc-std-workspace-alloc" [dependencies.cfg-if] version = "0.1" [dependencies.compiler_builtins] version = "0.1.35" optional = true [dependencies.core] version = "1.0.0" optional = true package = "rustc-std-workspace-core" [dependencies.log] version = "0.4" optional = true [dependencies.pci_types] version = "0.2.0" optional = true [dependencies.ptah] version = "0.2.0" optional = true default-features = false [features] can_alloc = ["log", "ptah"] default = ["can_alloc", "pci"] pci = ["pci_types"] rustc-dep-of-std = ["core", "compiler_builtins", "alloc"]