# 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_attributes" version = "0.0.14" authors = ["Bogdan State "] build = "build.rs" description = "Definitions for various kinds of data attributes in the aorist project." homepage = "https://aorist.io" readme = false license = "MIT" repository = "https://github.com/scie-nz/aorist" [dependencies.aorist_concept] version = "0.0.1" [dependencies.aorist_derive] version = "0.0.1" [dependencies.aorist_extendr-api] version = "0.0.1" optional = true [dependencies.aorist_extendr-engine] version = "0.0.1" optional = true [dependencies.aorist_paste] version = "0.0.1" [dependencies.aorist_primitives] version = "0.0.14" [dependencies.aorist_util] version = "0.0.1" [dependencies.derivative] version = "2.1.1" [dependencies.indoc] version = "1.0.3" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.num] version = "0.4.0" features = ["std"] [dependencies.pyo3] version = "0.14.1" features = ["auto-initialize", "multiple-pymethods"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.sqlformat] version = "0.1.5" optional = true [dependencies.sqlparser] version = "0.9.0" optional = true [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "0.8.1" features = ["v4", "serde"] [build-dependencies.aorist_util] version = "0.0.1" [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.codegen] version = "0.1.3" [build-dependencies.pyo3] version = "0.14.1" features = ["auto-initialize", "multiple-pymethods"] optional = true [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_yaml] version = "0.8" [features] default = ["python", "r", "sql"] python = ["pyo3", "aorist_primitives/python"] r = ["aorist_extendr-api", "aorist_extendr-engine"] sql = ["sqlformat", "sqlparser"]