# 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 = "abio" version = "0.3.0" authors = ["ellacrity"] exclude = ["/main.rs"] description = """ Safe abstractions for interfacing with the native operating system ABI. """ readme = "README.md" categories = [ "encoding", "no-std", "development-tools::ffi", ] license = "MIT" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [profile.dev] debug = 0 debug-assertions = true [profile.release] lto = true debug = 0 debug-assertions = false strip = true [profile.test] debug = 2 debug-assertions = true [lib] name = "abio" path = "src/lib.rs" [dependencies.abio_derive] version = "0.1.1" optional = true [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.getrandom] version = "0.2.10" [dev-dependencies.libloading] version = "0.8.0" [features] default = ["derive"] derive = ["abio_derive"] std = []