rustler 0.18.0

Safe Rust wrappers for creating Erlang NIF functions
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rustler"
version = "0.18.0"
authors = ["Hansihe <me@hansihe.com>"]
description = "Safe Rust wrappers for creating Erlang NIF functions"
license = "MIT/Apache-2.0"
repository = "https://github.com/hansihe/Rustler"
[[package.metadata.release.pre-release-replacements]]
file = "../rustler_mix/mix.exs"
replace = "version: \"{{version}}\", # Auto updated by cargo release, do not modify this line."
search = "version: \"[^\"]+\", # Auto updated by cargo release, do not modify this line."

[[package.metadata.release.pre-release-replacements]]
file = "../rustler_mix/lib/rustler.ex"
replace = "def rustler_version, do: \"{{version}}\""
search = "def rustler_version, do: \"[^\"]+\""

[[package.metadata.release.pre-release-replacements]]
file = "../rustler_codegen/Cargo.toml"
replace = "# rustler_codegen version\nversion = \"{{version}}\""
search = "# rustler_codegen version\nversion = \"[^\"]+\""
[dependencies.erlang_nif-sys]
version = ">=0.6.4"

[dependencies.lazy_static]
version = "1.0"

[features]
alternative_nif_init_name = []