# 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] name = "generic_symbolic_expressions" version = "5.0.4" authors = ["Joost Damad , Oliver Flatt "] description = "This crate is a fork of symbolic-expressions, which tweaks it to be more normal. The original crate had weird rules around putting extra double quotes." documentation = "https://docs.rs/generic_symbolic_expressions" readme = "README.md" keywords = [ "sexp", "s-exp", "symbolic", ] categories = [ "text-processing", "parsing", "encoding", ] license = "MIT/Apache-2.0" repository = "https://github.com/oflatt/symbolic-expressions"