[package] name = "crypto-market-type" version = "1.1.6" authors = ["soulmachine "] edition = "2021" description = "Cryptocurrenty market type" license = "Apache-2.0" repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-market-type" keywords = ["cryptocurrency", "blockchain", "trading"] [dependencies] serde = { version = "1", features = ["derive"] } strum = "0.25" strum_macros = "0.25"