# 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 = "rustler_sys" version = "2.4.3" authors = ["Daniel Goertzen "] build = "build.rs" description = "Create Erlang NIF modules in Rust using the C NIF API." documentation = "https://docs.rs/rustler_sys" keywords = [ "FFI", "Erlang", "NIF", ] categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/rusterlium/rustler" [dependencies.unreachable] version = "1.0" [build-dependencies.regex] version = "1" [features] default = ["nif_version_2_15"] nif_version_2_14 = [] nif_version_2_15 = ["nif_version_2_14"] nif_version_2_16 = ["nif_version_2_15"] nif_version_2_17 = ["nif_version_2_16"]