pyembed 0.17.0

Embed a Python interpreter
Documentation
# pyembed is shipped with applications built with PyOxidizer. We want
# pyembed to only use permissive licenses so a proprietary application
# can be distributed with PyOxidizer.
[licenses]
unlicensed = "deny"
allow = [
    "0BSD",
    "Apache-2.0",
    "BSD-3-Clause",
    "CC0-1.0",
    "MIT",
    "MPL-2.0",
    "Python-2.0",
    "Zlib",
]
default = "deny"

[bans]
# We want to keep the dependency tree as slim as possible. Let's
# warn when we're shipping multiple versions of the same crate.
multiple-versions = "warn"