-
The `FEATURES_LOWERCASE` static variable is created by searching for env variables with prefix `CARGO_FEATURE_`, and parsing the suffixes to extract features names.
Its correct that every feature has…
-
Support building from `sdist` as a build action instead of `repository_rule`.
Things needed:
* [ ] A way to use a different `repository` rule that would not do any building with `pip`.
* [ ] Pars…
-
#10 added tests to test the parser against the toml-test-harness suit. However, 210 tests currently fail and were ignored. The task would be to:
- [ ] fix them all and
- [ ] remove them from the i…
-
**Describe the bug**
Rust `Cargo.toml` manifests can include [platform specific dependencies](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies):…
-
Suddenly, dnf5 stopped working with this failure:
```
$ sudo dnf update
terminate called after throwing an instance of 'toml::syntax_error'
what(): [error] toml::parse_key: an invalid key app…
-
This is a slightly difficult issue to write, because I need to strike a balance between the purpose of this project (which is good and I support) and one of the fundamental decisions you made when cre…
-
In `engines/toml.rs` (and similar in the other engines)
```
impl Engine for TOML {
fn parse(content: &str) -> Pod {
match toml::from_str::(content) {
Ok(value) => value.…
-
While using air to run delve, I edit `cmd` in `.air.toml` to have build flags.
```toml
cmd = "go build -gcflags='all=-N -l' -o ./tmp/main.exe"
```
However this would produce error:
```text
i…
n1vk updated
15 hours ago
-
When parsing `workspace.members`, the result of glob matching doesn't filter _directories_. It will gladly append `Cargo.toml` to file paths like `README.md`:
https://github.com/rust-mobile/cargo-s…
-
Some parts of bacon were designed for Rust and are tied to cargo:
* default bacon.toml file
* compiler output parsing
* test output parsing
* documentation
* the use of TOML (which is just tota…
Canop updated
2 hours ago