16 lines
410 B
TOML
16 lines
410 B
TOML
|
[package]
|
||
|
name = "insee_translator"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
jemallocator-global = { version = "0.3", optional = true }
|
||
|
pyembed = { path = "pyembed" }
|
||
|
|
||
|
[features]
|
||
|
default = []
|
||
|
jemalloc = ["jemallocator-global", "pyembed/jemalloc"]
|