[build] type = "rust" [build.flags] use_lto = false [dependencies] build = ["cargo"] runtime = [ "libcxx", "libunwind", ] [package] description = "tool for generating C bindings to Rust code" homepage = "https://github.com/mozilla/cbindgen" license = "MPL-2.0" name = "cbindgen" version = "0.29.2" [[source]] extract_dir = "$name-$version" url = "https://github.com/mozilla/cbindgen.git#v$version"