# 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 = "linked_list_c" version = "0.1.2" description = "Safely work with c compatible linked lists" readme = "README.md" keywords = [ "linked_list", "ffi", "c", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/Will-Shanks/linked_list_c-rs" resolver = "1" [dependencies.linked_list_c_derive] version = "0.1" optional = true [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [features] default = [] derive = ["dep:linked_list_c_derive"]