# 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 = "typed-sexp" version = "0.0.1" authors = ["eternal-flame-AD "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for working with R's SEXP type in a type-safe way." readme = "README.md" license = "Apache-2.0" [lib] name = "typed_sexp" path = "src/lib.rs" [dependencies.derive_more] version = "1" features = ["deref"] [dependencies.itertools] version = "0.13" [dependencies.libR-sys] version = "0.7" [features] checked_protect_stack = [] default = ["checked_protect_stack"] embedded = []