You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
907B

  1. [package]
  2. name = "markets"
  3. version = "0.4.2"
  4. authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
  5. edition = "2018"
  6. description = "kind of like the http crate, except about tradeable markets"
  7. homepage = "https://git.jstrong.dev/jstrong/markets"
  8. repository = "https://git.jstrong.dev/jstrong/markets"
  9. readme = "README.md"
  10. license = "MIT"
  11. publish = ["fast-data-pipelines"]
  12. [dependencies]
  13. serde = { version = "1", features = ["derive"] }
  14. chrono = { version = "0.4", features = ["serde"] }
  15. chrono-tz = "0.4"
  16. #uuid = { version = "0.7.0", features = ["serde", "v4", "slog"] }
  17. hashbrown = { version = "0.6.3", default_features = false, features = ["serde", "ahash"] }
  18. #decimal = { git = "https://git.mmcxi.com/mm/decimal", branch = "v2.3.x" }
  19. #decimal-macros = { git = "https://git.mmcxi.com/mm/decimal-macros", rev = "v0.2.1", optional = true }
  20. [dev-dependencies]
  21. serde_json = "1"
  22. [features]
  23. unstable = []