1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[]
= "rustler_sys"
# In order to ensure no breakage occurs for depending
# crates, Semver is used in a non-standard way for
# this crate.
#
# The MAJOR version of this crate represents the
# major version of the NIF api.
# The following versions are defined:
# 0: ^0 (0.1)
# 1: ^1 (1.0)
# 2: ^2 (2.0, 2.1, 2.2, etc)
#
# The MINOR version of this crate represents breaking
# changes in the API of the crate.
#
# The PATCH version is as standard.
#
# When depending on this crate, you should ALWAYS
# use a tilde requirements with AT LEAST `~MAJOR.MINOR`.
# Example: "~2.0"
= "2.1.1"
= ["Daniel Goertzen <daniel.goertzen@gmail.com>"]
= "Create Erlang NIF modules in Rust using the C NIF API."
= "https://docs.rs/rustler_sys"
= "https://github.com/rusterlium/rustler"
= "MIT/Apache-2.0"
= ["FFI", "Erlang", "NIF"]
= "2018"
= "build.rs"
= ["external-ffi-bindings"]
[]
= "1.0"