[package]
edition = "2021"
name = "phop"
version = "0.1.0"
authors = ["COOLJAPAN OÜ (Team KitaSan) <contact@cooljapan.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Façade for phop: differentiable symbolic discovery on the EML operator (re-exports phop-core; CLI in phop-cli)"
homepage = "https://github.com/cool-japan/phop"
documentation = "https://docs.rs/phop"
readme = "README.md"
keywords = [
"symbolic-regression",
"equation-discovery",
"machine-learning",
"differentiable",
"eml",
]
categories = [
"science",
"mathematics",
"algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/phop"
[lib]
name = "phop"
path = "src/lib.rs"
[dependencies.phop-core]
version = "0.1"