# 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 = "2018" name = "poseidon-parameters" version = "1.1.0" authors = [] description = "A crate for Poseidon parameters" readme = "README.md" keywords = ["no_std"] license = "MIT OR Apache-2.0" repository = "https://github.com/penumbra-zone/poseidon377" [dependencies.decaf377] version = "0.10.0" default-features = false [features] alloc = ["decaf377/alloc"] default = ["std"] std = ["decaf377/std"]