[package]
edition = "2021"
rust-version = "1.70"
name = "oxilean-std"
version = "0.1.1"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OxiLean standard library"
homepage = "https://github.com/cool-japan/oxilean"
documentation = "https://docs.rs/oxilean-std"
readme = "README.md"
keywords = [
"lean",
"standard-library",
"type-theory",
"mathematics",
"proof",
]
categories = [
"science",
"mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxilean"
[features]
default = []
[lib]
name = "oxilean_std"
path = "src/lib.rs"
[dependencies.oxilean-kernel]
version = "0.1.1"
[dev-dependencies]