# 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 = "aorist" version = "0.0.14" authors = ["Bogdan State "] description = "Cdylib for aorist project. Can be accessed from Python." homepage = "https://aorist.io" readme = "README.md" license = "MIT" repository = "https://github.com/scie-nz/aorist" [lib] name = "aorist" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.aorist_attributes] version = "0.0.14" features = ["python"] [dependencies.aorist_constraint] version = "0.0.14" features = ["python"] [dependencies.aorist_core] version = "0.0.14" features = ["python"] [dependencies.aorist_paste] version = "0.0.1" [dependencies.aorist_primitives] version = "0.0.14" features = [] [dependencies.aorist_util] version = "0.0.1" [dependencies.maplit] version = "1.0.2" [dependencies.pyo3] version = "0.14.1" features = ["auto-initialize", "multiple-pymethods"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uuid] version = "0.8.1" features = ["v4", "serde"] [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"]