# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fin_model" version = "0.1.2" authors = ["Simon Johnston "] description = "The provider-neutral model for financial operations." readme = "README.md" keywords = ["financial", "stock", "quote", "company"] license = "MIT" repository = "https://github.com/johnstonskj/rust-financial.git" [lib] crate-type = ["dylib"] plugin = true [dependencies.chrono] version = "0.4.7" [dependencies.lazy_static] version = "1.3.0" [dependencies.regex] version = "1" [dependencies.steel-cent] version = "0.2.2" [badges.coveralls] branch = "master" repository = "rust-financial" service = "github" [badges.travis-ci] repository = "johnstonskj/rust-financial"