# 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 = "discord-snowflake" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for working snowflakes, Discord compatible." readme = "README.md" license = "MIT" [lib] name = "discord_snowflake" path = "src/lib.rs" [dependencies.serde] version = "1" optional = true [dependencies.sqlx] version = "0.8" features = [ "any", "postgres", "mysql", "sqlite", "derive", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.twilight-model] version = "0.15.4" optional = true [dev-dependencies.serde_json] version = "1" [features] default = [] serde = ["dep:serde"] sqlx = ["dep:sqlx"] twilight = ["dep:twilight-model"]