forked from MightyPork/crsn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
468 B
19 lines
468 B
[package]
|
|
name = "sexp"
|
|
version = "1.1.4"
|
|
authors = ["Clark Gaebel <cg.wowus.cg@gmail.com>"]
|
|
|
|
documentation = "https://cgaebel.github.io/sexp"
|
|
homepage = "https://github.com/cgaebel/sexp"
|
|
repository = "https://github.com/cgaebel/sexp"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = [ "sexp", "parsing", "s-expression", "file-format" ]
|
|
|
|
description = "A small, simple, self-contained, s-expression parser and pretty-printer."
|
|
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
log = "0.4.11"
|
|
|