# 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" name = "tan-lib-core" version = "0.15.0" authors = ["Georgios Moschovitis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Tan language" readme = "README.md" keywords = [ "tan", "std", "core", "library", ] license = "Apache-2.0" repository = "https://github.com/tan-language/tan-libs/crate/tan-lib-core" [lib] name = "tancore" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.libloading] version = "0.8" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.rust_decimal] version = "1.32" optional = true [dependencies.rust_decimal_macros] version = "1.32" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tan] version = "0.15" [dependencies.uuid] version = "1.7" features = ["v4"] [dev-dependencies.assert_matches] version = "1.5" [features] dec = [ "dep:rust_decimal", "dep:rust_decimal_macros", ] default = [ "dec", "json", ] json = [ "dep:serde", "dep:serde_json", ]