File: cbindgen.toml

package info (click to toggle)
pushpin 1.41.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,056 kB
  • sloc: cpp: 44,382; python: 1,305; sh: 139; makefile: 73; javascript: 34; php: 27
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
include_guard = "RUST_BINDINGS_H"
namespace = "ffi"

after_includes = """
// zmq crate version 0.10 bundles zeromq 4.3
#define WZMQ_VERSION_MAJOR 4
#define WZMQ_VERSION_MINOR 3
"""

[parse]
parse_deps = true
include = ["jsonwebtoken", "zmq"]