python-config-rs 0.1.2

Python distribution information via python3-config. This crate provides a Rust interface to your system's Python distribution information. Our goal is for this to be useful in build scripts, or in any application where getting the Python include directories, linker flags, or compile flags is necessary. This crate also provides a reimplementation of python3-config, the script, that can query configuration information about your distribution. The binary only needs a Python interpreter. We show that our binary is API compatible with existing `python3-config` scripts. See the repsitory for more project information.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "python-config-rs"
version = "0.1.2"
authors = ["Ian McIntyre <ianpmcintyre@gmail.com>"]
description = "Python distribution information via python3-config.\n\nThis crate provides a Rust interface to your system's Python distribution information.\nOur goal is for this to be useful in build scripts, or in any application where\ngetting the Python include directories, linker flags, or compile flags is necessary.\n\nThis crate also provides a reimplementation of python3-config, the\nscript, that can query configuration information about your\ndistribution. The binary only needs a Python interpreter. We show that\nour binary is API compatible with existing `python3-config` scripts.\n\nSee the repsitory for more project information.\n"
keywords = ["python"]
categories = ["development-tools::build-utils", "command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mciantyre/python-config-rs"

[lib]
name = "python_config"
path = "src/lib.rs"

[[bin]]
name = "python3-config"
path = "src/bin/python3-config.rs"
doc = false
[dependencies.semver]
version = "0.9"
[dev-dependencies.assert_cmd]
version = "0.11"