-
-
Last Updated
-
- {{date-format-distance-to-now this.crate.updated_at addSuffix=true}}
-
-
-
- {{#if this.currentVersion.crate_size}}
-
-
Crate Size
-
{{pretty-bytes this.currentVersion.crate_size}}
-
- {{/if}}
-
-
-
Owners
-
- {{#if this.isOwner}}
-
-
- Manage owners
-
-
- {{/if}}
-
-
- {{#each this.crate.owner_team as |team|}}
- -
-
-
-
-
- {{/each}}
-
- {{#each this.crate.owner_user as |user|}}
- -
-
-
-
-
- {{/each}}
-
-
-
-
-
Authors
-
- {{#each this.currentVersion.authorNames as |author|}}
- - {{ format-email author }}
- {{/each}}
-
-
-
-
-
- {{#if this.currentVersion.license}}
-
-
License
-
{{ this.currentVersion.license }}
-
- {{/if}}
-
- {{#unless this.crate.keywords.isPending}}
- {{#if this.anyKeywords}}
-
-
Keywords
-
- {{#each this.keywords as |keyword|}}
- - {{keyword.id}}
- {{/each}}
-
-
- {{/if}}
- {{/unless}}
-
- {{#unless this.crate.categories.isPending}}
- {{#if this.anyCategories}}
-
-
Categories
-
- {{#each this.categories as |category|}}
- - {{category.category}}
- {{/each}}
-
-
- {{/if}}
- {{/unless}}
-
-
-
Versions
-
- {{#each this.smallSortedVersions as |version|}}
- -
-
- {{ version.num }}
-
- {{date-format version.created_at "PP"}}
- {{#if version.yanked}}
- yanked
- {{/if}}
-
- {{/each}}
-
- {{#if this.hasMoreVersions}}
-
- show all {{ this.crate.versions.length }} versions
-
- {{/if}}
-
-
-
-
Dependencies
-
- {{#each this.currentVersion.normalDependencies as |dep|}}
-
- {{else}}
- {{#if this.currentVersion.loadDepsTask.isRunning}}
- - Loading…
- {{else}}
- - None
- {{/if}}
- {{/each}}
-
-
-
- {{#if this.currentVersion.buildDependencies}}
-
-
Build-Dependencies
-
- {{#each this.currentVersion.buildDependencies as |dep|}}
-
- {{/each}}
-
-
- {{/if}}
-
- {{#if this.currentVersion.devDependencies}}
-
-
Dev-Dependencies
-
- {{#each this.currentVersion.devDependencies as |dep|}}
-
- {{/each}}
-
-
- {{/if}}
-
-