Could you clarify the licenses of the various crates in the workspace? Only stm32-metapac-gen has a license key in its Cargo.toml, and there is no LICENSE file in the repository, making the licensing/copyright situation of other crates unclear. I would be particularly interested in being able to reuse stm32-data-serde, to parse JSON files from stm32-data-generated.
Could you clarify the licenses of the various crates in the workspace? Only
stm32-metapac-gen
has alicense
key in itsCargo.toml
, and there is noLICENSE
file in the repository, making the licensing/copyright situation of other crates unclear. I would be particularly interested in being able to reusestm32-data-serde
, to parse JSON files fromstm32-data-generated
.