# 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 = "smol-symbol" version = "0.2.0" authors = ["sam0x17"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides compile-time globally unique, 25-character, 128-bit symbols similar to the Symbol type in Crystal Lang." homepage = "https://sam0x17.dev" readme = "README.md" keywords = [ "symbol", "compile-time", "crystal", "macro", "unique", ] license = "MIT" repository = "https://github.com/sam0x17/smol-symbol" [lib] name = "smol_symbol" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.docify] version = "0.2" [dependencies.smol-symbol-macros] version = "0.2.0" [features] default = [] generate-readme = []