[package] name = "dlob" description = "Distributed Limit Order Book" version = "0.0.1" authors = ["Amr Ali "] license = "GPL-3.0-only" homepage = "https://github.com/amrali/dlob/" readme = "README.md" categories = ["algorithms", "no-std"] keywords = ["limit-order", "finance", "exchange", "distributed"] edition = "2018" [dependencies] [badges] circle-ci = { repository = "amrali/dlob" } # Enable integer overflow checks in release builds for security reasons [profile.release] overflow-checks = true