summaryrefslogtreecommitdiffstats
path: root/src/package/dependency
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-16Clippy: Allow From<> over Into<> implementation hereMatthias Beyer
2021-09-16Fix clippy: Use BTreeMap instead of HashMapMatthias Beyer
2021-09-16Add trait to match conditions of dependenciesMatthias Beyer
2021-09-16Add testcase with multiple dependencies specifiedMatthias Beyer
2021-09-16Add condition-matching against dataMatthias Beyer
2021-09-16Impl Dependency::new_conditional() if in testing codeMatthias Beyer
2021-09-16Impl Condition::new() if in testing codeMatthias Beyer
2021-09-16Add passing of data for condition-checkMatthias Beyer
2021-09-16Add conditional dependency support for runtime dependency typeMatthias Beyer
2021-09-16Add conditional dependency support for build dependency typeMatthias Beyer
2021-09-16Add getters for Condition membersMatthias Beyer
2021-09-16Add conditional dependency variantMatthias Beyer
2021-09-16Add types for conditional dependenciesMatthias Beyer
2021-09-16Rewrite Dependency type as enumMatthias Beyer
2021-09-16Add test: parsing DependencyMatthias Beyer
2021-09-16Rewrite BuildDependency type as enumMatthias Beyer
2021-09-16Add test: parsing BuildDependencyMatthias Beyer
2021-08-13Fix: Allow punctuation (.-) in package nameMatthias Beyer
2021-03-18Rewrite PackageVersionConstraint constructingMatthias Beyer
2021-03-18Rewrite to use constructorMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-03Remove the idea of "system dependencies"Matthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-05Derive Serialize for all typesMatthias Beyer
2020-11-04Change ParseDependency trait to take reference in parsing functionMatthias Beyer
2020-11-04Remove all non-equality "Version constraint" implementationMatthias Beyer
2020-11-02impl AsRef<str> for all dependency typesMatthias Beyer
2020-10-30Remove "Executor"Matthias Beyer
2020-10-30Add ParseDependency traitMatthias Beyer
2020-10-30Split dependency types into submoduleMatthias Beyer