# 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 = "rs_container_ffi" version = "2024.12.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrap Rust Vec, std::collections::{BTreeMap, BTreeSet} for C" readme = "README.md" keywords = [ "ffi", "rust", "c", "container", ] categories = [ "api-bindings", "external-ffi-bindings", "development-tools::ffi", ] license = "LGPL-3.0+" repository = "https://github.com/ascpkg/asc/tree/main/rs_container_ffi" [lib] name = "rs_container_ffi" path = "src/lib.rs" [dependencies]