# 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 = "compile-symbol" version = "0.1.4" authors = ["sam0x17"] 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/compile-symbol" [dependencies.compile-symbol-macros] version = "0.1.4" [dependencies.docify] version = "0.2" [features] default = [] generate-readme = []