[package] name = "aorist_util" description = "Utility functions for the aorist project" license = "MIT" version = "0.0.1" authors = ["Bogdan State "] edition = "2018" homepage = "https://aorist.io" readme = false repository = "https://github.com/scie-nz/aorist" [dependencies] proc-macro-error = "1.0" proc-macro2 = { version = "1", default-features = false } quote = "1" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" syn = {version = "1", features = ["full"]} thiserror = "^1.0" tracing = "0.1" tracing-attributes = "0.1" tracing-futures = "0.2" tracing-subscriber = "0.2"