1 2 3 4 5 6 7 8 9 10 11
[lib] path = "../../src/lib_python.rs" test = false doctest = false bench = true doc = true crate-type = ["cdylib"] [features] default = ["python"] python = []