# 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" rust-version = "1.72.0" name = "enderpy_python_type_checker" version = "0.1.0" authors = ["Shaygan Hooshyari"] description = "A Python type checker" homepage = "https://github.com/Glyphack/enderpy" documentation = "https://github.com/Glyphack/enderpy" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/Glyphack/enderpy" [dependencies.config] version = "0.13.3" [dependencies.enderpy_python_parser] version = "0.1.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.miette] version = "5.10.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.48" [dev-dependencies.insta] version = "1.28.0" features = ["yaml"]