# 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 = "iffi" version = "0.0.2" description = "Make assertions about values used over FFI" readme = "README.md" keywords = ["ffi"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/soqb/iffi" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.concat-arrays] version = "0.1.2" [dependencies.derive_deref] version = "1" [dependencies.iffi-macros] version = "0.0.1" [dependencies.smallvec] version = "1.10.0" optional = true [dependencies.thiserror-no-std] version = "2" [dependencies.transmute] version = "0.1" [features] alloc = ["dep:smallvec"] atomics = [] default = [ "std", "atomics", ] std = ["alloc"]