# 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 = "2018"
name = "dict_derive"
version = "0.6.0"
authors = ["Guilherme Perinazzo <gperinazzo@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for some PyO3 traits to convert python dicts into rust structs"
readme = "README.md"
keywords = [
    "pyo3",
    "derive",
    "dict",
]
license = "Apache-2.0"
repository = "https://github.com/gperinazzo/dict-derive"

[lib]
name = "dict_derive"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "frompyobject"
path = "tests/frompyobject.rs"

[[test]]
name = "intopyobject"
path = "tests/intopyobject.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[dev-dependencies.pyo3]
version = "0.22"
features = ["gil-refs"]

[dev-dependencies.trybuild]
version = "1"