[package] name = "tan" description = "The Tan language" version = "0.16.0" license = "Apache-2.0" repository = "https://github.com/tan-language/tan" keywords = ["language", "functional", "lisp"] authors = ["Georgios Moschovitis "] edition = "2021" [dependencies] tracing = "0.1" # libloading = "0.8" rust_decimal = { version = "1.32" } rust_decimal_macros = { version = "1.32" } # #todo consider chrono features and making optional # chrono = { version = "0.4" } # #todo we probably need tokio here. # tokio = { version = "1.0", features = ["full"] } [dev-dependencies] assert_matches = "1.5" # [features] # default = ["dec"] # dec = ["dep:rust_decimal", "dep:rust_decimal_macros"]