зеркало из https://github.com/mozilla/gecko-dev.git
5a08e0d0b1
The `pytoml` library is abandoned, and does not support TOML v0.5.0, which Cargo uses. This prevents mach from properly parsing many Cargo.toml files. Include the `toml` library as a slightly more modern and currently- maintained alternative for use in mach. Supply-chain notes: - toml v0.10.2 is MIT-licensed, which is an approved MPL-compatible license. - I have personally audited this version of `toml` and consider it "safe-to-run", as much as any Python code can be: other than opening and reading/writing a file when specifically requested via `load`/ `dump` respectively, it performs only string manipulation and ordinary object creation. Differential Revision: https://phabricator.services.mozilla.com/D164150 |
||
---|---|---|
.. | ||
toml | ||
toml-0.10.2.dist-info |