[package] name = "sharesight-types" version = "0.17.0" edition = "2018" description = "A set of types autogenerated from the sharesight swagger configuration to be used with the sharesight api" license = "MIT" homepage = "https://github.com/markcatley/sharesight.rs" repository = "https://github.com/markcatley/sharesight.rs" documentation = "https://docs.rs/sharesight-types/latest/sharesight_types/" [dependencies] bigdecimal = { version = "0.4", features = ["serde"], optional = true } chrono = { version = "0.4", features = ["serde"] } rust_decimal = { version = "1.29", features = ["serde"], optional = true } serde = { version = "1.0", features = ["derive"] } serde_with = { version = "3.0", features = ["chrono"] } [dev-dependencies] serde_json = "1.0"