# 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 = "oats-rs" version = "0.2.1" include = [ "**/*.rs", "Cargo.toml", ] description = "Short, unique ids without the hassle of random uuids." documentation = "https://docs.rs/oats-rs" readme = "README.md" keywords = [ "oats", "distributed-id", "simple", "auto-increment", ] categories = [ "development-tools", "data-structures", "algorithms", ] license = "AGPL-3.0" repository = "https://github.com/Skailys/oats-rs.git" [lib] name = "oats" [dependencies.base64] version = "0.20.0"