|
91 | 91 | OPTIONS:
|
92 | 92 | -m, --manifest-path <PATH> The path to the Cargo.toml [default: Cargo.toml]
|
93 | 93 | --target <TRIPLE> The --target option for cargo
|
94 |
| - -b, --bindings-crate <bindings> |
95 |
| - The crate providing the python bindings. pyo3, rust-cpython and cffi are supported |
| 94 | + -b, --bindings <bindings> |
| 95 | + Which kind of bindings to use. Possible values are pyo3, rust-cpython, cffi and bin |
96 | 96 |
|
97 | 97 | --cargo-extra-args <cargo_extra_args>...
|
98 | 98 | Extra arguments that will be passed to cargo as `cargo rustc [...] [arg1] [arg2] --`
|
@@ -123,8 +123,8 @@ FLAGS:
|
123 | 123 | OPTIONS:
|
124 | 124 | -m, --manifest-path <PATH> The path to the Cargo.toml [default: Cargo.toml]
|
125 | 125 | --target <TRIPLE> The --target option for cargo
|
126 |
| - -b, --bindings-crate <bindings> |
127 |
| - The crate providing the python bindings. pyo3, rust-cpython and cffi are supported |
| 126 | + -b, --bindings <bindings> |
| 127 | + Which kind of bindings to use. Possible values are pyo3, rust-cpython, cffi and bin |
128 | 128 |
|
129 | 129 | --cargo-extra-args <cargo_extra_args>...
|
130 | 130 | Extra arguments that will be passed to cargo as `cargo rustc [...] [arg1] [arg2] --`
|
@@ -160,8 +160,8 @@ FLAGS:
|
160 | 160 | -V, --version Prints version information
|
161 | 161 |
|
162 | 162 | OPTIONS:
|
163 |
| - -b, --bindings-crate <binding_crate> |
164 |
| - The crate providing the python bindings. pyo3, rust-cpython and cffi are supported |
| 163 | + -b, --bindings <binding_crate> |
| 164 | + Which kind of bindings to use. Possible values are pyo3, rust-cpython, cffi and bin |
165 | 165 |
|
166 | 166 | --cargo-extra-args <cargo_extra_args>...
|
167 | 167 | Extra arguments that will be passed to cargo as `cargo rustc [...] [arg1] [arg2] --`
|
|
0 commit comments