1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14rust-version = "1.54"
15name = "litrs"
16version = "0.3.0"
17authors = ["Lukas Kalbertodt <[email protected]>"]
18exclude = [".github"]
19description = """
20Parse and inspect Rust literals (i.e. tokens in the Rust programming language
21representing fixed values). Particularly useful for proc macros, but can also
22be used outside of a proc-macro context.
23"""
24documentation = "https://docs.rs/litrs/"
25readme = "README.md"
26keywords = [
27    "literal",
28    "parsing",
29    "proc-macro",
30    "type",
31    "procedural",
32]
33categories = [
34    "development-tools::procedural-macro-helpers",
35    "parser-implementations",
36    "development-tools::build-utils",
37]
38license = "MIT/Apache-2.0"
39repository = "https://github.com/LukasKalbertodt/litrs/"
40
41[dependencies.proc-macro2]
42version = "1"
43optional = true
44
45[features]
46default = ["proc-macro2"]
47