Skip to content

Commit

Permalink
Add the cargo deny clarification to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen committed Dec 9, 2021
1 parent 5870de8 commit b73366a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,19 @@ from CC0 to BSD-3-Clause between the initial release of this crate and the prese
version of this crate. The in-source licensing legends have been updated for the
parts of the generated code that have changed since the upstream license change.

To work around the lack of support for paretheses in crates.io metadata, the
`cargo deny` clarification is:

```toml
[[licenses.clarify]]
name = "encoding_rs"
version = "*"
expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
license-files = [
{ path = "COPYRIGHT", hash = 0x39f8ad31 }
]
```

## Documentation

Generated [API documentation](https://docs.rs/encoding_rs/) is available
Expand Down

0 comments on commit b73366a

Please sign in to comment.