# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "python-oxidized-importer" version = "0.9.0" authors = ["Gregory Szorc "] description = "A Rust-powered Python importer" homepage = "https://github.com/indygreg/PyOxidizer" readme = "README.md" license = "Python-2.0 OR MPL-2.0" repository = "https://github.com/indygreg/PyOxidizer.git" [lib] name = "oxidized_importer" crate-type = [ "cdylib", "lib", ] [dependencies.anyhow] version = "1.0.68" [dependencies.memmap2] version = "0.5.8" [dependencies.once_cell] version = "1.17.0" [dependencies.pyo3] version = "0.17.3" features = ["macros"] [dependencies.python-packaging] version = "0.16.0-pre" default-features = false [dependencies.python-packed-resources] version = "0.12.0-pre" [dependencies.simple-file-manifest] version = "0.11.0" [dependencies.zip] version = "0.6.3" features = ["deflate"] optional = true default-features = false [features] default = ["zipimport"] extension-module = ["pyo3/extension-module"] zipimport = ["zip"] [target."cfg(windows)".dependencies.memory-module-sys] version = "0.3.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "libloaderapi", "memoryapi", "minwindef", ]