[dependencies.chrono]
features = ["serde"]
version = "0.4.10"
[dependencies.computus]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.*"
[dependencies.serde_json]
version = "1.0"
[dependencies.text_io]
version = "0.1.7"
[package]
authors = ["Mark Beinker <mwb@quantlink.de>"]
categories = ["date-and-time", "mathematics"]
description = "A quantitative finance toolbox"
edition = "2018"
keywords = ["finance", "calendar", "bond", "period", "pricing"]
license = "MIT OR Apache-2.0"
name = "finql"
readme = "README.md"
repository = "https://github.com/xemwebe/finql"
version = "0.2.2"