[package] name = "markets" version = "0.4.2" authors = ["Jonathan Strong "] edition = "2018" description = "kind of like the http crate, except about tradeable markets" homepage = "https://git.jstrong.dev/jstrong/markets" repository = "https://git.jstrong.dev/jstrong/markets" readme = "README.md" license = "MIT" publish = ["fast-data-pipelines"] [dependencies] serde = { version = "1", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } chrono-tz = "0.4" #uuid = { version = "0.7.0", features = ["serde", "v4", "slog"] } hashbrown = { version = "0.6.3", default_features = false, features = ["serde", "ahash"] } #decimal = { git = "https://git.mmcxi.com/mm/decimal", branch = "v2.3.x" } #decimal-macros = { git = "https://git.mmcxi.com/mm/decimal-macros", rev = "v0.2.1", optional = true } [dev-dependencies] serde_json = "1" [features] unstable = []