# 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 = "fambox" version = "0.2.0" authors = ["Easyoakland"] build = "build.rs" include = [ "Cargo.toml", "LICENSE-*", "README.md", "src/**/*", "build.rs", ] description = "FamBox data structure for ergonomically and safely using c's flexible array members" documentation = "https://docs.rs/fambox/" readme = "README.md" keywords = [ "flexarray", "bindgen", "c", "fam", "ffi", ] categories = [ "api-bindings", "development-tools::ffi", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Easyoakland/fambox" [package.metadata.docs.rs] features = ["serde"] [dependencies.serde] version = "1.0.200" optional = true default-features = false [dev-dependencies.bincode] version = "1.3.3" default-features = false [dev-dependencies.serde] version = "1.0.200" features = ["derive"] default-features = false [build-dependencies.version_check] version = "0.9.4" [features] alloc = [] default = ["alloc"] serde = ["dep:serde"]