-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.hbs
More file actions
51 lines (39 loc) · 1.47 KB
/
Copy pathabout.hbs
File metadata and controls
51 lines (39 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
rustcfml-typst — Third-Party Notices
====================================
rustcfml-typst itself is dual-licensed under MIT or Apache-2.0; see the COPYRIGHT,
LICENSE-MIT and LICENSE-APACHE files accompanying this distribution.
A compiled `.rcx` statically links the third-party Rust crates listed below,
Typst foremost among them. Each crate remains under its own licence, reproduced
in full in the "License texts" section. This file is generated by `cargo about`
from the resolved dependency graph — do not edit it by hand.
Source for every crate listed here is available from its upstream repository
(recorded per crate below) and from crates.io at
https://crates.io/crates/<name>/<version>. Crates covered by the Mozilla Public
License 2.0 are used unmodified; this satisfies MPL-2.0 section 3.2 by making the
corresponding source available to recipients at those locations.
No font files are distributed. Typst is given the host operating system's fonts
at run time.
Summary
-------
{{#each overview}}
{{{name}}} ({{{id}}}) — {{{count}}} crate(s)
{{/each}}
Dependencies
------------
{{#each licenses}}
[{{{id}}}]
{{#each used_by}}
{{{crate.name}}} {{{crate.version}}}{{#if crate.repository}} — {{{crate.repository}}}{{/if}}
{{/each}}
{{/each}}
License texts
-------------
{{#each licenses}}
================================================================================
{{{name}}}
Applies to:
{{#each used_by}}
{{{crate.name}}} {{{crate.version}}}
{{/each}}
{{{text}}}
{{/each}}