# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stock-symbol" version = "0.5.0" authors = ["Cassy343"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A data type for representing stock symbols." readme = "README.md" keywords = [ "symbol", "stock", "string", ] categories = [ "data-structures", "compression", ] license = "MIT" repository = "https://github.com/Cassy343/stock-symbol" [lib] name = "stock_symbol" path = "src/lib.rs" [dependencies.serde] version = "1" optional = true [dependencies.sqlx-core] version = "0.7.3" optional = true default-features = false [features] default = [] sqlx = ["dep:sqlx-core"]