# 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" rust-version = "1.56" name = "arcmut" version = "0.1.0" description = "Introduce ArcMut, utility for FFI." homepage = "https://github.com/al8n/arcmut" documentation = "https://docs.rs/arcmut" readme = "README.md" keywords = [ "ffi", "arc", "bindings", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/al8n/arcmut" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] opt-level = 3 lto = "thin" codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = false incremental = false [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = ["std"] std = [] [target."cfg(loom)".dependencies.loom] version = "0.7"