aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore SPDX parentheses and add crate name to the license error messageLeonardo Neumann2023-01-041-2/+3
* package-name option support, it needs for Cargo.toml without root packageMiezhiko2021-10-071-7/+18
* Implement audit functionality using rustsecLeonardo Neumann2021-08-261-1/+7
* Use path references instead of owned counterpartsLeonardo Neumann2021-08-261-8/+8
* Remove cargo-lock dependencyLeonardo Neumann2021-08-261-41/+5
* Move the bulk of the template to base.teraLuca Barbato2021-08-251-0/+2
* Add an option to provide a custom tera templateLuca Barbato2021-08-251-2/+10
* Convert the default template to teraLuca Barbato2021-08-251-18/+17
* Update dependencies0.3.3Matthew2021-08-021-1/+1
* Initial support for license mappingLeonardo H. Neumann2021-08-021-11/+11
* feat: include all features when pulling metadataPhilip DeMonaco2021-06-191-0/+3
* update output ebuild formattingTheo Anderson2020-12-041-1/+1
* Implemented automatic lockfile generationLeonardo H. Neumann2020-08-241-2/+33
* Fixed dependency resolution using Cargo.lockLeonardo H. Neumann2020-08-161-11/+18
* fixed local crates being added to ebuildLeonardo H. Neumann2020-06-181-1/+5
* drop unused verbose and quiet flagsDoug Goldstein2020-01-261-5/+1
* split metadata gathering and ebuild writing functionsDoug Goldstein2020-01-261-15/+18
* convert to anyhow for modern ErrorDoug Goldstein2020-01-261-2/+2
* drop Cargo usageDoug Goldstein2020-01-261-4/+1
* convert from Cargo package data to cargo_metadataDoug Goldstein2020-01-261-36/+5
* gather root package data from cargo metadataDoug Goldstein2020-01-261-0/+17
* include license info for dependsDoug Goldstein2020-01-261-1/+21
* switch to cargo_metadata for dep infoDoug Goldstein2020-01-261-54/+22
* reformat code with new rustfmt from rustupDoug Goldstein2019-10-101-2/+3
* upgrade to Cargo 0.37Doug Goldstein2019-10-101-3/+7
* Update to cargo 0.29 and fix build.Roel Aaij2019-10-101-9/+13
* split metadata parsing and ebuild generationDoug Goldstein2018-08-261-28/+9
* replace outdated try!() macro with ? operatorgibix2018-07-071-20/+16
* remove more Cargo usage from main binaryDoug Goldstein2018-06-291-3/+6
* switch from cargo to structopt for arg parsingDoug Goldstein2018-06-291-11/+3
* separate functionality into a libDoug Goldstein2018-06-291-0/+155