# 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 = "rspy" version = "0.1.11" description = "Pythonic interface for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/seijinrosen/rspy" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] [[example]] name = "input" [[example]] name = "string_constants" [[example]] name = "string_enumerate" [dependencies.anyhow] version = "1.0.68" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tempfile] version = "3.3.0"