[dependencies.anyhow]
version = "1.0"
[dependencies.cpython]
version = "0.6.0"
[dependencies.dunce]
version = "1.0"
[dependencies.jemalloc-sys]
optional = true
version = "0.3"
[dependencies.libmimalloc-sys]
features = ["extended", "local_dynamic_tls", "override"]
optional = true
version = "0.1"
[dependencies.memmap]
version = "0.7"
[dependencies.once_cell]
version = "1.7"
[dependencies.python-packaging]
default-features = false
version = "0.10.0"
[dependencies.python-packed-resources]
version = "0.7.0"
[dependencies.python3-sys]
version = "0.6.0"
[dependencies.snmalloc-sys]
features = ["build_cc"]
optional = true
version = "0.2"
[dependencies.tugger-file-manifest]
version = "0.5.0"
[dev-dependencies.pathdiff]
version = "0.2"
[dev-dependencies.rusty-fork]
version = "0.3"
[features]
allocator-jemalloc = ["jemalloc-sys"]
allocator-mimalloc = ["libmimalloc-sys"]
allocator-snmalloc = ["snmalloc-sys"]
build-mode-default = ["cpython-link-default"]
build-mode-extension-module = ["cpython/extension-module"]
build-mode-prebuilt-artifacts = []
build-mode-pyoxidizer-exe = []
build-mode-standalone = ["cpython-link-unresolved-static"]
build-mode-test = ["cpython-link-default"]
cpython-link-default = ["cpython/py-link-mode-default", "cpython/python3-sys", "cpython/no-auto-initialize"]
cpython-link-unresolved-static = ["cpython/py-link-mode-unresolved-static", "cpython/python3-sys", "cpython/no-auto-initialize"]
default = ["build-mode-default"]
[package]
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
build = "build.rs"
description = "Embed a Python interpreter"
edition = "2018"
homepage = "https://github.com/indygreg/PyOxidizer"
license = "Python-2.0 OR MPL-2.0"
links = "pythonXY"
name = "pyembed"
repository = "https://github.com/indygreg/PyOxidizer.git"
version = "0.17.0"
[target."cfg(windows)".dependencies.memory-module-sys]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi", "memoryapi", "minwindef"]
version = "0.3"