# 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 = "sqlite-ulid" version = "0.2.2-alpha.1" authors = ["Alex Garcia "] description = "A SQLite extension for working with ULIDs" homepage = "https://github.com/asg017/sqlite-ulid" readme = "README.md" keywords = [ "sqlite", "sqlite-extension", ] license = "MIT/Apache-2.0" repository = "https://github.com/asg017/sqlite-ulid" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] crate-type = [ "lib", "staticlib", "cdylib", ] [dependencies.chrono] version = "0.4.23" [dependencies.sqlite-loadable] version = "0.0.6-alpha.6" [dependencies.ulid] version = "1.0.0"